2 writes to SlotInfo
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncHoistedLocalInfo.cs (2)
20
SlotInfo
= new LocalSlotDebugInfo(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None);
26
SlotInfo
= slotInfo;
8 references to SlotInfo
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
97
return 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());
51
SlotInfo
.Id,
52
SlotInfo
.SynthesizedKind,
PEWriter\MetadataWriter.cs (2)
4187
if (!locals.Any(static variable => !variable.
SlotInfo
.Id.IsNone))
4192
return locals.SelectAsArray(variable => variable.
SlotInfo
);