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