1 write to SynthesizedKind
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotDebugInfo.cs (1)
17this.SynthesizedKind = synthesizedKind;
7 references to SynthesizedKind
Microsoft.CodeAnalysis (7)
CodeGen\LocalSlotDebugInfo.cs (4)
23return this.SynthesizedKind == other.SynthesizedKind 34return Hash.Combine((int)SynthesizedKind, Id.GetHashCode()); 39return SynthesizedKind.ToString() + " " + Id.ToString();
Emit\EditAndContinue\EncHoistedLocalInfo.cs (1)
52SlotInfo.SynthesizedKind,
Emit\EditAndContinue\EncLocalInfo.cs (1)
79SlotInfo.SynthesizedKind,
Emit\EditAndContinueMethodDebugInformation.cs (1)
164SynthesizedLocalKind kind = localSlot.SynthesizedKind;