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