2 references to GetDeclaringSyntaxNodeHelper
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Symbol.vb (1)
391Dim nodes = GetDeclaringSyntaxNodeHelper(Of TNode)(locations)
Symbols\SymbolExtensions.vb (1)
427Return DirectCast(Symbol.GetDeclaringSyntaxNodeHelper(Of T)(this.Locations).FirstOrDefault, T)