2 writes to SlotInfo
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncHoistedLocalInfo.cs (2)
20SlotInfo = new LocalSlotDebugInfo(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None); 26SlotInfo = slotInfo;
8 references to SlotInfo
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
97return new EncHoistedLocalInfo(info.SlotInfo, typeRef);
Emit\EditAndContinue\EncHoistedLocalInfo.cs (5)
34=> SlotInfo.Equals(other.SlotInfo) && 41=> Hash.Combine(Cci.SymbolEquivalentEqualityComparer.Instance.GetHashCode(Type), SlotInfo.GetHashCode()); 51SlotInfo.Id, 52SlotInfo.SynthesizedKind,
PEWriter\MetadataWriter.cs (2)
4187if (!locals.Any(static variable => !variable.SlotInfo.Id.IsNone)) 4192return locals.SelectAsArray(variable => variable.SlotInfo);