8 instantiations of WhereClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
26457
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
WhereClauseSyntax
(o)
26467
ObjectBinder.RegisterTypeReader(GetType(WhereClauseSyntax), Function(r) New
WhereClauseSyntax
(r))
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)
52051
Dim result = New
WhereClauseSyntax
(SyntaxKind.WhereClause, whereKeyword, condition)
64129
Dim result = New
WhereClauseSyntax
(SyntaxKind.WhereClause, whereKeyword, condition, _factoryContext)
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)
9 references to WhereClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
26467
ObjectBinder.RegisterTypeReader(GetType(
WhereClauseSyntax
), Function(r) New WhereClauseSyntax(r))
37432
Public Overridable Function VisitWhereClause(ByVal node As
WhereClauseSyntax
) As VisualBasicSyntaxNode
40778
Public Overrides Function VisitWhereClause(ByVal node As
WhereClauseSyntax
) As VisualBasicSyntaxNode
52041
Friend Shared Function WhereClause(whereKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhereClauseSyntax
52048
Return DirectCast(cached,
WhereClauseSyntax
)
64119
Friend Function WhereClause(whereKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhereClauseSyntax
64126
Return DirectCast(cached,
WhereClauseSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28571
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WhereClauseSyntax
)._whereKeyword, Me.Position, 0)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1207
Private Shared Function GenerateGreenWhereClause() As InternalSyntax.
WhereClauseSyntax