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