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