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