3 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
11174Me._asClause = asClause 11196Me._asClause = asClause 11217Me._asClause = asClause
6 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
11260Return Me._asClause 11283Return Me._asClause 11294Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause, _whenClause) 11298Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause, _whenClause) 31428Dim newAsClause = DirectCast(Visit(node._asClause), SimpleAsClauseSyntax) 31429If node._asClause IsNot newAsClause Then anyChanges = True