1 write to TopLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
47
TopLevelMethod
= topLevelMethod;
3 references to TopLevelMethod
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
746
_moduleBeingBuiltOpt.TryCreateVariableSlotAllocator(lambda, lambda.
TopLevelMethod
, diagnosticsThisMethod.DiagnosticBag) :
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
223
return
TopLevelMethod
.CalculateLocalSyntaxOffset(localPosition, localTree);
226
IMethodSymbolInternal? ISynthesizedMethodBodyImplementationSymbol.Method =>
TopLevelMethod
;