10 references to LocalDebugId
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
139
previousId = new
LocalDebugId
(syntaxOffset, currentId.Ordinal);
Emit\EditAndContinueMethodDebugInformation.cs (1)
133
mapBuilder.Add(new LocalSlotDebugInfo(kind, new
LocalDebugId
(syntaxOffset, ordinal)));
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (1)
184
id: new
LocalDebugId
(syntaxOffset, ordinal: 0),
CodeGen\EmitStatement.cs (1)
1881
localId = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
694
var id = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
199
id = new
LocalDebugId
(syntaxOffset, ordinal);
Microsoft.CodeAnalysis.UnitTests (4)
Emit\CustomDebugInfoTests.cs (4)
197
new LocalSlotDebugInfo(SynthesizedLocalKind.UserDefined, new
LocalDebugId
(-1, 10)),
198
new LocalSlotDebugInfo(SynthesizedLocalKind.TryAwaitPendingCaughtException, new
LocalDebugId
(-20000, 10)));
347
new LocalSlotDebugInfo(SynthesizedLocalKind.UserDefined, new
LocalDebugId
(-1, 10)),
348
new LocalSlotDebugInfo(SynthesizedLocalKind.TryAwaitPendingCaughtException, new
LocalDebugId
(-20000, 10)));