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)
227
Dim kind = declaration.
SyntaxReferences
.First.SyntaxTree.GetEmbeddedKind()
259
For Each ref In declaration.
SyntaxReferences
271
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
274
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
275
Return New SynthesizedEventDelegateSymbol(declaration.
SyntaxReferences
(0), Me)
1392
Return _declaration.
SyntaxReferences
Symbols\Source\SourceNamespaceSymbol.vb (1)
170
For Each ref In typeDecl.
SyntaxReferences