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)
374if ((object)_substitutedSourceMethod != null && containingMethod == _topLevelMethod) 376containingMethod = _substitutedSourceMethod; 527var containingMethod = isNonGeneric ? null : (_substitutedSourceMethod ?? _topLevelMethod);