4 writes to _usingStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
11081Me._usingStatement = usingStatement 11097Me._usingStatement = usingStatement 11112Me._usingStatement = usingStatement 11128Me._usingStatement = _usingStatement
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