6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
820
if (
IsNullOrErrorType
(originalConvertedType) ||
821
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
955
if (
IsNullOrErrorType
(castType))
1014
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1391
if (
IsNullOrErrorType
(rewrittenType))