6 references to IsNullOrErrorType
Roslyn.Diagnostics.CSharp.Analyzers (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
809
if (
IsNullOrErrorType
(originalConvertedType) ||
810
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
886
if (
IsNullOrErrorType
(castType))
941
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1318
if (
IsNullOrErrorType
(rewrittenType))