2 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)));