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