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)
731
_moduleBeingBuiltOpt.TryCreateVariableSlotAllocator(lambda, lambda.
TopLevelMethod
, diagnosticsThisMethod.DiagnosticBag) :
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
227
return
TopLevelMethod
.CalculateLocalSyntaxOffset(localPosition, localTree);
230
IMethodSymbolInternal? ISynthesizedMethodBodyImplementationSymbol.Method =>
TopLevelMethod
;