1 write to _closureMap
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
80
_closureMap
= closureMap;
2 references to _closureMap
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
307
if (
_closureMap
!= null &&
309
_closureMap
.TryGetValue(syntaxOffset, out closureId))