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})"; 105public int SlotIndex => _slot;