2 implementations of GetDeclaratorSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
401SyntaxNode ILocalSymbolInternal.GetDeclaratorSyntax()
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
471Private Function ILocalSymbolInternal_GetDeclaratorSyntax() As SyntaxNode Implements ILocalSymbolInternal.GetDeclaratorSyntax
3 references to GetDeclaratorSyntax
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
162if (!TryGetPreviousLocalId(currentLocalSymbol.GetDeclaratorSyntax(), id, out LocalDebugId previousId))
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1844var syntax = local.GetDeclaratorSyntax();
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
471Private Function ILocalSymbolInternal_GetDeclaratorSyntax() As SyntaxNode Implements ILocalSymbolInternal.GetDeclaratorSyntax