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