4 writes to _whenClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
14145
Me.
_whenClause
= whenClause
14167
Me.
_whenClause
= whenClause
14188
Me.
_whenClause
= whenClause
14214
Me.
_whenClause
= _whenClause
7 references to _whenClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
14225
writer.WriteValue(Me.
_whenClause
)
14278
Return Me.
_whenClause
14291
Return Me.
_whenClause
14300
Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause,
_whenClause
)
14304
Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause,
_whenClause
)
39358
Dim newWhenClause = DirectCast(Visit(node.
_whenClause
), CatchFilterClauseSyntax)
39359
If node.
_whenClause
IsNot newWhenClause Then anyChanges = True