6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
789
if (
IsNullOrErrorType
(originalConvertedType) ||
790
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
859
if (
IsNullOrErrorType
(castType))
879
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1256
if (
IsNullOrErrorType
(rewrittenType))