4 references to GetTypeExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
20856
Return new
GetTypeExpressionSyntax
(Me.Kind, newErrors, GetAnnotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
20860
Return new
GetTypeExpressionSyntax
(Me.Kind, GetDiagnostics, annotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
40128
Return New
GetTypeExpressionSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newGetTypeKeyword, newOpenParenToken, newType, newCloseParenToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
22317
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GetTypeExpressionSyntax
(kind, errors, annotations, getTypeKeyword, openParenToken, DirectCast(type.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeSyntax), closeParenToken), Nothing, 0)