Commit d7d419f
authored
Fix ref safety of implicit calls that might capture refs in the receiver (#76657)
* Fix ref safety of implicit calls that might capture refs in the receiver
* Handle AppendLiteral calls as well
* Remove unnecessary interpolated handler argument analysis
It's now superseded by the full call analysis.
* Handle extension members
* Rewrite extension method
* Update test
* Clarify naming
* Update after merge1 parent 7cf6390 commit d7d419f
File tree
5 files changed
+958
-86
lines changed- src/Compilers/CSharp
- Portable/Binder
- Test
- Emit3/Semantics
- Semantic/Semantics
5 files changed
+958
-86
lines changed
0 commit comments