12 references to LocalDebugId
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
142
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)
1851
localId = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
652
var id = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
196
id = new
LocalDebugId
(syntaxOffset, ordinal);
Microsoft.CodeAnalysis.UnitTests (4)
Emit\CustomDebugInfoTests.cs (4)
201
new LocalSlotDebugInfo(SynthesizedLocalKind.UserDefined, new
LocalDebugId
(-1, 10)),
202
new LocalSlotDebugInfo(SynthesizedLocalKind.TryAwaitPendingCaughtException, new
LocalDebugId
(-20000, 10)));
301
new LocalSlotDebugInfo(SynthesizedLocalKind.UserDefined, new
LocalDebugId
(-1, 10)),
302
new LocalSlotDebugInfo(SynthesizedLocalKind.TryAwaitPendingCaughtException, new
LocalDebugId
(-20000, 10)));
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitStatement.vb (1)
1347
localId = New
LocalDebugId
(syntaxOffset, ordinal)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (1)
302
id = New
LocalDebugId
(syntaxOffset, ordinal)