4 writes to _catchExceptionType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (4)
50_catchExceptionType = catchExceptionType; 59_catchExceptionType = catchExceptionType; 87_catchExceptionType = new CodeTypeReference(typeof(System.Exception)); 93_catchExceptionType = value;
2 references to _catchExceptionType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (2)
85if (_catchExceptionType == null) 89return _catchExceptionType;