6 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)
200
id: new
LocalDebugId
(syntaxOffset, ordinal: 0),
CodeGen\EmitStatement.cs (1)
1908
localId = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
682
var id = new
LocalDebugId
(syntaxOffset, ordinal);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
203
id = new
LocalDebugId
(syntaxOffset, ordinal);