9 references to LocalSlotDebugInfo
Microsoft.CodeAnalysis (9)
CodeGen\LocalConstantDefinition.cs (1)
68
=> new
LocalSlotDebugInfo
(SynthesizedLocalKind.UserDefined, LocalDebugId.None);
CodeGen\LocalDefinition.cs (1)
77
_slotInfo = new
LocalSlotDebugInfo
(synthesizedKind, id);
CodeGen\SignatureOnlyLocalDefinition.cs (1)
84
=> new
LocalSlotDebugInfo
(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None);
Emit\EditAndContinue\EncHoistedLocalInfo.cs (1)
20
SlotInfo = new
LocalSlotDebugInfo
(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None);
Emit\EditAndContinue\EncLocalInfo.cs (1)
25
SlotInfo = new
LocalSlotDebugInfo
(SynthesizedLocalKind.EmitterTemp, LocalDebugId.None);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
172
var localKey = new EncLocalInfo(new
LocalSlotDebugInfo
(kind, previousId), previousType, constraints, signature: null);
224
var localKey = new EncHoistedLocalInfo(new
LocalSlotDebugInfo
(synthesizedKind, previousId), previousType);
Emit\EditAndContinueMethodDebugInformation.cs (2)
122
mapBuilder.Add(new
LocalSlotDebugInfo
(SynthesizedLocalKind.LoweringTemp, default));
133
mapBuilder.Add(new
LocalSlotDebugInfo
(kind, new LocalDebugId(syntaxOffset, ordinal)));