1 write to Id
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotDebugInfo.cs (1)
18
this.
Id
= id;
14 references to Id
Microsoft.CodeAnalysis (14)
CodeGen\LocalSlotDebugInfo.cs (4)
24
&& this.
Id
.Equals(other.
Id
);
34
return Hash.Combine((int)SynthesizedKind,
Id
.GetHashCode());
39
return SynthesizedKind.ToString() + " " +
Id
.ToString();
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
908
if (localDef.SlotInfo.
Id
.IsNone)
Emit\EditAndContinue\EncHoistedLocalInfo.cs (1)
51
SlotInfo.
Id
,
Emit\EditAndContinue\EncLocalInfo.cs (1)
78
SlotInfo.
Id
,
Emit\EditAndContinueMethodDebugInformation.cs (5)
150
if (localSlot.
Id
.SyntaxOffset < syntaxOffsetBaseline)
152
syntaxOffsetBaseline = localSlot.
Id
.SyntaxOffset;
176
bool hasOrdinal = localSlot.
Id
.Ordinal > 0;
184
writer.WriteCompressedInteger(localSlot.
Id
.SyntaxOffset - syntaxOffsetBaseline);
188
writer.WriteCompressedInteger(localSlot.
Id
.Ordinal);
PEWriter\MetadataWriter.cs (2)
4177
if (!locals.Any(static variable => !variable.SlotInfo.
Id
.IsNone))
4187
if (!locals.Any(static variable => !variable.SlotInfo.
Id
.IsNone))