1 write to _slotInfo
Microsoft.CodeAnalysis (1)
CodeGen\LocalDefinition.cs (1)
77
_slotInfo
= new LocalSlotDebugInfo(synthesizedKind, id);
1 reference to _slotInfo
Microsoft.CodeAnalysis (1)
CodeGen\LocalDefinition.cs (1)
142
public LocalSlotDebugInfo SlotInfo =>
_slotInfo
;