1 write to _compilationState
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
66
_compilationState
= compilationState;
2 references to _compilationState
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (2)
525
return _slotAllocator?.MethodId ?? new DebugId(_topLevelMethodOrdinal,
_compilationState
.ModuleBuilderOpt.CurrentGenerationOrdinal);
555
closureId = new DebugId(closureDebugInfo.Count,
_compilationState
.ModuleBuilderOpt.CurrentGenerationOrdinal);