4 writes to _catchExceptionType
System.CodeDom (4)
System\CodeDom\CodeCatchClause.cs (4)
22
_catchExceptionType
= catchExceptionType;
28
_catchExceptionType
= catchExceptionType;
40
get =>
_catchExceptionType
??= new CodeTypeReference(typeof(Exception));
41
set =>
_catchExceptionType
= value;