1 write to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
178
_substitutedSourceMethod
= substitutedSourceMethod;
3 references to _substitutedSourceMethod
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\ClosureConversion.cs (3)
374
if ((object)
_substitutedSourceMethod
!= null && containingMethod == _topLevelMethod)
376
containingMethod =
_substitutedSourceMethod
;
527
var containingMethod = isNonGeneric ? null : (
_substitutedSourceMethod
?? _topLevelMethod);