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