3 overrides of GetDeclaratorSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\LocalSymbol.vb (2)
529Friend Overrides Function GetDeclaratorSyntax() As SyntaxNode 1021Friend Overrides Function GetDeclaratorSyntax() As SyntaxNode
Symbols\SynthesizedSymbols\SynthesizedLocal.vb (1)
46Friend Overrides Function GetDeclaratorSyntax() As SyntaxNode
2 references to GetDeclaratorSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\LocalSymbol.vb (2)
472Return Me.GetDeclaratorSyntax() 1022Return _originalVariable.GetDeclaratorSyntax()