4 writes to catchExceptionType
System (4)
compmod\system\codedom\CodeCatchClause.cs (4)
50this.catchExceptionType = catchExceptionType; 58this.catchExceptionType = catchExceptionType; 80catchExceptionType = new CodeTypeReference(typeof(System.Exception)); 85catchExceptionType = value;
2 references to catchExceptionType
System (2)
compmod\system\codedom\CodeCatchClause.cs (2)
79if (catchExceptionType == null) { 82return catchExceptionType;