2 references to IsExceptionType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
413if ((object)type == null || !type.IsErrorType() && !Compilation.IsExceptionType(type.EffectiveType(ref useSiteInfo), ref useSiteInfo)) 3257if (!Compilation.IsExceptionType(effectiveType, ref useSiteInfo))