4 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
14141
Me.
_asClause
= asClause
14163
Me.
_asClause
= asClause
14184
Me.
_asClause
= asClause
14209
Me.
_asClause
= _asClause
7 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
14224
writer.WriteValue(Me.
_asClause
)
14266
Return Me.
_asClause
14289
Return Me.
_asClause
14300
Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName,
_asClause
, _whenClause)
14304
Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName,
_asClause
, _whenClause)
39356
Dim newAsClause = DirectCast(Visit(node.
_asClause
), SimpleAsClauseSyntax)
39357
If node.
_asClause
IsNot newAsClause Then anyChanges = True