8 references to SyntaxReferences
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\EmbeddedSymbols\Symbols\EmbeddedNamedTypeSymbol.vb (1)
26
Dim references As ImmutableArray(Of SyntaxReference) = decl.
SyntaxReferences
Symbols\Source\SourceMemberContainerTypeSymbol.vb (6)
226
Dim kind = declaration.
SyntaxReferences
.First.SyntaxTree.GetEmbeddedKind()
258
For Each ref In declaration.
SyntaxReferences
270
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
273
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
274
Return New SynthesizedEventDelegateSymbol(declaration.
SyntaxReferences
(0), Me)
1391
Return _declaration.
SyntaxReferences
Symbols\Source\SourceNamespaceSymbol.vb (1)
170
For Each ref In typeDecl.
SyntaxReferences