11 references to GetLocation
Microsoft.CodeAnalysis.VisualBasic (11)
Declarations\DeclarationTreeBuilder.vb (4)
125nameLocation:=parentReference.GetLocation(), 146nameLocation:=parentReference.GetLocation(), 156nameLocation:=parentReference.GetLocation(), 308Dim nameLocation = syntaxReference.GetLocation()
Declarations\RootSingleNamespaceDeclaration.vb (1)
31MyBase.New(hasImports, treeNode, treeNode.GetLocation(), children)
Declarations\SingleNamespaceOrTypeDeclaration.vb (1)
22Return Me.SyntaxReference.GetLocation()
Symbols\Source\CrefTypeParameterSymbol.vb (1)
112Return ImmutableArray.Create(Of Location)(Me._syntaxReference.GetLocation())
Symbols\Source\SourceFile.vb (1)
336memberImports(i).Dependencies, memberImportsSyntax(i).GetLocation(),
Symbols\Source\SourceModuleSymbol.vb (1)
542diagnostics.Add(info.Import.MapDiagnostic(New VBDiagnostic(pair.UseSiteInfo.DiagnosticInfo, info.SyntaxReference.GetLocation())))
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
124Dim diagnosticLocation As Location = AttributeSyntax.GetLocation()
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
221Return ImmutableArray.Create(_syntaxRef.GetLocation())