1 write to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
175
_substitutedSourceMethod
= substitutedSourceMethod;
3 references to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\ClosureConversion.cs (3)
369
if ((object)
_substitutedSourceMethod
!= null && containingMethod == _topLevelMethod)
371
containingMethod =
_substitutedSourceMethod
;
520
var containingMethod = isNonGeneric ? null : (
_substitutedSourceMethod
?? _topLevelMethod);