1 write to _slot
Microsoft.CodeAnalysis (1)
CodeGen\LocalDefinition.cs (1)
76
_slot
= slot;
2 references to _slot
Microsoft.CodeAnalysis (2)
CodeGen\LocalDefinition.cs (2)
85
=> $"{
_slot
}: {_nameOpt ?? "<unnamed>"} ({_type})";
105
public int SlotIndex =>
_slot
;