14 references to CrefReference
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\DocumentationCommentCrefBinder.vb (1)
422
Case SyntaxKind.
CrefReference
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
43
While name IsNot Nothing And name.Kind <> SyntaxKind.
CrefReference
Compilation\SemanticModel.vb (1)
672
SyntaxKind.
CrefReference
,
Compilation\SyntaxTreeSemanticModel.vb (3)
559
node.Kind = SyntaxKind.
CrefReference
)
603
If node.Kind = SyntaxKind.
CrefReference
Then
607
isTopLevel = node.Parent IsNot Nothing AndAlso node.Parent.Kind = SyntaxKind.
CrefReference
Generated\Syntax.xml.Internal.Generated.vb (4)
45165
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
CrefReference
, name, signature, asClause, hash)
45170
Dim result = New CrefReferenceSyntax(SyntaxKind.
CrefReference
, name, signature, asClause)
57231
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
CrefReference
, name, signature, asClause, _factoryContext, hash)
57236
Dim result = New CrefReferenceSyntax(SyntaxKind.
CrefReference
, name, signature, asClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (2)
41280
Return New CrefReferenceSyntax(SyntaxKind.
CrefReference
, Nothing, Nothing, name, signature, asClause)
42050
Case SyntaxKind.
CrefReference
Generated\Syntax.xml.Syntax.Generated.vb (1)
33738
''' <item><description><see cref="SyntaxKind.
CrefReference
"/></description></item>
Syntax\SyntaxNormalizer.vb (1)
213
Not (tokenParent IsNot Nothing AndAlso tokenParent.Parent IsNot Nothing AndAlso tokenParent.Parent.Kind = SyntaxKind.
CrefReference
) AndAlso