6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
771
if (
IsNullOrErrorType
(originalConvertedType) ||
772
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
841
if (
IsNullOrErrorType
(castType))
861
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1238
if (
IsNullOrErrorType
(rewrittenType))