4 writes to _endUsingStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endUsingStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
11148writer.WriteValue(Me._endUsingStatement)
11186Return Me._endUsingStatement
11197Return Me._endUsingStatement
11206Return new UsingBlockSyntax(Me.Kind, newErrors, GetAnnotations, _usingStatement, _statements, _endUsingStatement)
11210Return new UsingBlockSyntax(Me.Kind, GetDiagnostics, annotations, _usingStatement, _statements, _endUsingStatement)
39006Dim newEndUsingStatement = DirectCast(Visit(node._endUsingStatement), EndBlockStatementSyntax)
39007If node._endUsingStatement IsNot newEndUsingStatement Then anyChanges = True