3 writes to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
3564Me._endSubOrFunctionStatement = endSubOrFunctionStatement 3576Me._endSubOrFunctionStatement = endSubOrFunctionStatement 3587Me._endSubOrFunctionStatement = endSubOrFunctionStatement
6 references to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
3609Return Me._endSubOrFunctionStatement 3620Return Me._endSubOrFunctionStatement 3629Return new MethodBlockSyntax(Me.Kind, newErrors, GetAnnotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement) 3633Return new MethodBlockSyntax(Me.Kind, GetDiagnostics, annotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement) 30329Dim newEndSubOrFunctionStatement = DirectCast(Visit(node._endSubOrFunctionStatement), EndBlockStatementSyntax) 30330If node._endSubOrFunctionStatement IsNot newEndSubOrFunctionStatement Then anyChanges = True