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