6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
837
if (
IsNullOrErrorType
(originalConvertedType) ||
838
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
972
if (
IsNullOrErrorType
(castType))
1051
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1447
if (
IsNullOrErrorType
(rewrittenType))