4 references to WhereClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
26506
Return new
WhereClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _whereKeyword, _condition)
26510
Return new
WhereClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _whereKeyword, _condition)
40787
Return New
WhereClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newWhereKeyword, newCondition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28563
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WhereClauseSyntax
(kind, errors, annotations, whereKeyword, DirectCast(condition.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)