8 instantiations of FromClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
25907
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
FromClauseSyntax
(o)
25917
ObjectBinder.RegisterTypeReader(GetType(FromClauseSyntax), Function(r) New
FromClauseSyntax
(r))
25956
Return new
FromClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _fromKeyword, _variables)
25960
Return new
FromClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _fromKeyword, _variables)
40723
Return New
FromClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newFromKeyword, newVariables.Node)
51947
Dim result = New
FromClauseSyntax
(SyntaxKind.FromClause, fromKeyword, variables.Node)
64025
Dim result = New
FromClauseSyntax
(SyntaxKind.FromClause, fromKeyword, variables.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28034
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
FromClauseSyntax
(kind, errors, annotations, fromKeyword, if(variables IsNot Nothing, variables.Green, Nothing)), Nothing, 0)
10 references to FromClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (7)
25917
ObjectBinder.RegisterTypeReader(GetType(
FromClauseSyntax
), Function(r) New FromClauseSyntax(r))
37416
Public Overridable Function VisitFromClause(ByVal node As
FromClauseSyntax
) As VisualBasicSyntaxNode
40714
Public Overrides Function VisitFromClause(ByVal node As
FromClauseSyntax
) As VisualBasicSyntaxNode
51938
Friend Shared Function FromClause(fromKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
FromClauseSyntax
51944
Return DirectCast(cached,
FromClauseSyntax
)
64016
Friend Function FromClause(fromKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
FromClauseSyntax
64022
Return DirectCast(cached,
FromClauseSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28042
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
FromClauseSyntax
)._fromKeyword, Me.Position, 0)
Parser\ParseQuery.vb (1)
944
Private Function ParseFromOperator(FromKw As KeywordSyntax) As
FromClauseSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1191
Private Shared Function GenerateGreenFromClause() As InternalSyntax.
FromClauseSyntax