2 instantiations of WhereClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
44111
Dim result = New
WhereClauseSyntax
(SyntaxKind.WhereClause, whereKeyword, condition)
56177
Dim result = New
WhereClauseSyntax
(SyntaxKind.WhereClause, whereKeyword, condition, _factoryContext)
7 references to WhereClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
29504
Public Overridable Function VisitWhereClause(ByVal node As
WhereClauseSyntax
) As VisualBasicSyntaxNode
32850
Public Overrides Function VisitWhereClause(ByVal node As
WhereClauseSyntax
) As VisualBasicSyntaxNode
44101
Friend Shared Function WhereClause(whereKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhereClauseSyntax
44108
Return DirectCast(cached,
WhereClauseSyntax
)
56167
Friend Function WhereClause(whereKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhereClauseSyntax
56174
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)