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