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