2 writes to SlotInfo
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncLocalInfo.cs (2)
25SlotInfo = new LocalSlotDebugInfo(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None); 34SlotInfo = slotInfo;
6 references to SlotInfo
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
84return new EncLocalInfo(info.SlotInfo, typeRef, info.Constraints, info.Signature);
Emit\EditAndContinue\EncLocalInfo.cs (5)
46return SlotInfo.Equals(other.SlotInfo) && 59return Hash.Combine(SlotInfo.GetHashCode(), 78SlotInfo.Id, 79SlotInfo.SynthesizedKind,