1 implementation of GetDeclaratorSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
408SyntaxNode ILocalSymbolInternal.GetDeclaratorSyntax()
2 references to GetDeclaratorSyntax
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
159if (!TryGetPreviousLocalId(currentLocalSymbol.GetDeclaratorSyntax(), id, out LocalDebugId previousId))
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1874var syntax = local.GetDeclaratorSyntax();