6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (6)
809
if (
IsNullOrErrorType
(originalConvertedType) ||
810
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
879
if (
IsNullOrErrorType
(castType))
899
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1276
if (
IsNullOrErrorType
(rewrittenType))