1 write to _statements
System.CodeDom (1)
System\CodeDom\CodeCatchClause.cs (1)
44
public CodeStatementCollection Statements =>
_statements
??= new CodeStatementCollection();