3 writes to _whenClause
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
11178
Me.
_whenClause
= whenClause
11200
Me.
_whenClause
= whenClause
11221
Me.
_whenClause
= whenClause
6 references to _whenClause
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
11272
Return Me.
_whenClause
11285
Return Me.
_whenClause
11294
Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause,
_whenClause
)
11298
Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause,
_whenClause
)
31430
Dim newWhenClause = DirectCast(Visit(node.
_whenClause
), CatchFilterClauseSyntax)
31431
If node.
_whenClause
IsNot newWhenClause Then anyChanges = True