10 references to GetEmbeddedKind
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Lookup.vb (1)
168Me.SyntaxTree IsNot Nothing AndAlso Me.SyntaxTree.GetEmbeddedKind = EmbeddedSymbolKind.None Then
Declarations\SingleTypeDeclaration.vb (1)
110Return SyntaxReference.SyntaxTree.GetEmbeddedKind()
Symbols\LexicalSortKey.vb (2)
93CType(tree.GetEmbeddedKind(), SyntaxTreeKind))) 117Debug.Assert(tree Is Nothing OrElse tree.GetEmbeddedKind = location.EmbeddedKind)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
225Dim kind = declaration.SyntaxReferences.First.SyntaxTree.GetEmbeddedKind() 258Dim refKind = ref.SyntaxTree.GetEmbeddedKind()
Symbols\Source\SourceNamespaceSymbol.vb (1)
237Dim refKind = ref.SyntaxTree.GetEmbeddedKind()
Syntax\VisualBasicSyntaxNode.vb (1)
457Return New EmbeddedTreeLocation(tree.GetEmbeddedKind, Me.Span)
Syntax\VisualBasicSyntaxTree.vb (1)
493Return New EmbeddedTreeLocation(Me.GetEmbeddedKind, span)
VisualBasicExtensions.vb (1)
227Return New EmbeddedTreeLocation(tree.GetEmbeddedKind, syntaxReference.Span)