4 writes to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
4501Me._endSubOrFunctionStatement = endSubOrFunctionStatement 4513Me._endSubOrFunctionStatement = endSubOrFunctionStatement 4524Me._endSubOrFunctionStatement = endSubOrFunctionStatement 4539Me._endSubOrFunctionStatement = _endSubOrFunctionStatement
7 references to _endSubOrFunctionStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
4548writer.WriteValue(Me._endSubOrFunctionStatement) 4573Return Me._endSubOrFunctionStatement 4584Return Me._endSubOrFunctionStatement 4593Return new MethodBlockSyntax(Me.Kind, newErrors, GetAnnotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement) 4597Return new MethodBlockSyntax(Me.Kind, GetDiagnostics, annotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement) 38257Dim newEndSubOrFunctionStatement = DirectCast(Visit(node._endSubOrFunctionStatement), EndBlockStatementSyntax) 38258If node._endSubOrFunctionStatement IsNot newEndSubOrFunctionStatement Then anyChanges = True