2 overrides of TryCreateVariableSlotAllocator
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
302
internal override VariableSlotAllocator?
TryCreateVariableSlotAllocator
(MethodSymbol method, MethodSymbol topLevelMethod, DiagnosticBag diagnostics)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EEAssemblyBuilder.cs (1)
76
internal override VariableSlotAllocator?
TryCreateVariableSlotAllocator
(MethodSymbol symbol, MethodSymbol topLevelMethod, DiagnosticBag diagnostics)
3 references to TryCreateVariableSlotAllocator
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (3)
734
_moduleBeingBuiltOpt.
TryCreateVariableSlotAllocator
(lambda, lambda.TopLevelMethod, diagnosticsThisMethod.DiagnosticBag) :
735
_moduleBeingBuiltOpt.
TryCreateVariableSlotAllocator
(method, method, diagnosticsThisMethod.DiagnosticBag);
1470
lazyVariableSlotAllocator ??= compilationState.ModuleBuilderOpt.
TryCreateVariableSlotAllocator
(method, method, diagnostics.DiagnosticBag);