4 writes to _usingStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _usingStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
11146writer.WriteValue(Me._usingStatement)
11164Return Me._usingStatement
11193Return Me._usingStatement
11206Return new UsingBlockSyntax(Me.Kind, newErrors, GetAnnotations, _usingStatement, _statements, _endUsingStatement)
11210Return new UsingBlockSyntax(Me.Kind, GetDiagnostics, annotations, _usingStatement, _statements, _endUsingStatement)
39002Dim newUsingStatement = DirectCast(Visit(node._usingStatement), UsingStatementSyntax)
39003If node._usingStatement IsNot newUsingStatement Then anyChanges = True