5 references to CrefReference
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (1)
41289Return SyntaxFactory.CrefReference(name, Nothing, Nothing)
Generated\Syntax.xml.Syntax.Generated.vb (1)
33863Dim newNode = SyntaxFactory.CrefReference(name, signature, asClause)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (1)
248Return SyntaxFactory.CrefReference(typeReference, signature, asClause:=Nothing)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
17471SyntaxFactory.CrefReference(Nothing, Nothing, Nothing) 17478return SyntaxFactory.CrefReference(GenerateRedTupleType(), Nothing, Nothing)