4 references to CrefSignatureSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
31881
Return new
CrefSignatureSyntax
(Me.Kind, newErrors, GetAnnotations, _openParenToken, _argumentTypes, _closeParenToken)
31885
Return new
CrefSignatureSyntax
(Me.Kind, GetDiagnostics, annotations, _openParenToken, _argumentTypes, _closeParenToken)
41416
Return New
CrefSignatureSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArgumentTypes.Node, newCloseParenToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
33897
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
CrefSignatureSyntax
(kind, errors, annotations, openParenToken, if(argumentTypes IsNot Nothing, argumentTypes.Green, Nothing), closeParenToken), Nothing, 0)