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