4 writes to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23937writer.WriteValue(Me._endSubOrFunctionStatement)
23968Return Me._endSubOrFunctionStatement
23979Return Me._endSubOrFunctionStatement
23988Return new MultiLineLambdaExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
23992Return new MultiLineLambdaExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
40495Dim newEndSubOrFunctionStatement = DirectCast(Visit(node._endSubOrFunctionStatement), EndBlockStatementSyntax)
40496If node._endSubOrFunctionStatement IsNot newEndSubOrFunctionStatement Then anyChanges = True