2 references to TryGetPreviousLocalId
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
159
if (!
TryGetPreviousLocalId
(currentLocalSymbol.GetDeclaratorSyntax(), id, out LocalDebugId previousId))
209
if (!
TryGetPreviousLocalId
(currentDeclarator, currentId, out LocalDebugId previousId))