1 write to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
183
_substitutedSourceMethod
= substitutedSourceMethod;
3 references to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\ClosureConversion.cs (3)
379
if ((object)
_substitutedSourceMethod
!= null && containingMethod == _topLevelMethod)
381
containingMethod =
_substitutedSourceMethod
;
532
var containingMethod = isNonGeneric ? null : (
_substitutedSourceMethod
?? _topLevelMethod);