1 write to TopLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
47TopLevelMethod = 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)
227return TopLevelMethod.CalculateLocalSyntaxOffset(localPosition, localTree); 230IMethodSymbolInternal? ISynthesizedMethodBodyImplementationSymbol.Method => TopLevelMethod;