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)
225
Dim kind = declaration.
SyntaxReferences
.First.SyntaxTree.GetEmbeddedKind()
257
For Each ref In declaration.
SyntaxReferences
269
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
272
Debug.Assert(Not declaration.
SyntaxReferences
.First.SyntaxTree.IsEmbeddedSyntaxTree)
273
Return New SynthesizedEventDelegateSymbol(declaration.
SyntaxReferences
(0), Me)
1390
Return _declaration.
SyntaxReferences
Symbols\Source\SourceNamespaceSymbol.vb (1)
170
For Each ref In typeDecl.
SyntaxReferences