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