1 write to LocalSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinueMethodDebugInformation.cs (1)
37LocalSlots = localSlots;
5 references to LocalSlots
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DefinitionMap.cs (1)
335var localSlotDebugInfo = debugInfo.LocalSlots.NullToEmpty();
Emit\EditAndContinueMethodDebugInformation.cs (2)
148foreach (LocalSlotDebugInfo localSlot in LocalSlots) 162foreach (LocalSlotDebugInfo localSlot in LocalSlots)
PEWriter\CustomDebugInfoWriter.cs (1)
139if (!debugInfo.LocalSlots.IsDefaultOrEmpty)
PEWriter\MetadataWriter.PortablePdb.cs (1)
810if (!encInfo.LocalSlots.IsDefaultOrEmpty)