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