8 instantiations of YieldStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
32320Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New YieldStatementSyntax(o) 32330ObjectBinder.RegisterTypeReader(GetType(YieldStatementSyntax), Function(r) New YieldStatementSyntax(r)) 32369Return new YieldStatementSyntax(Me.Kind, newErrors, GetAnnotations, _yieldKeyword, _expression) 32373Return new YieldStatementSyntax(Me.Kind, GetDiagnostics, annotations, _yieldKeyword, _expression) 41478Return New YieldStatementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newYieldKeyword, newExpression) 53217Dim result = New YieldStatementSyntax(SyntaxKind.YieldStatement, yieldKeyword, expression) 65295Dim result = New YieldStatementSyntax(SyntaxKind.YieldStatement, yieldKeyword, expression, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
34359Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.YieldStatementSyntax(kind, errors, annotations, yieldKeyword, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)
10 references to YieldStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (7)
32330ObjectBinder.RegisterTypeReader(GetType(YieldStatementSyntax), Function(r) New YieldStatementSyntax(r)) 37620Public Overridable Function VisitYieldStatement(ByVal node As YieldStatementSyntax) As VisualBasicSyntaxNode 41469Public Overrides Function VisitYieldStatement(ByVal node As YieldStatementSyntax) As VisualBasicSyntaxNode 53207Friend Shared Function YieldStatement(yieldKeyword As KeywordSyntax, expression As ExpressionSyntax) As YieldStatementSyntax 53214Return DirectCast(cached, YieldStatementSyntax) 65285Friend Function YieldStatement(yieldKeyword As KeywordSyntax, expression As ExpressionSyntax) As YieldStatementSyntax 65292Return DirectCast(cached, YieldStatementSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
34367return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.YieldStatementSyntax)._yieldKeyword, Me.Position, 0)
Parser\ParseStatement.vb (1)
1838Private Function ParseYieldStatement() As YieldStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1383Private Shared Function GenerateGreenYieldStatement() As InternalSyntax.YieldStatementSyntax