6 references to IsNullOrErrorType
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CastSimplifier.cs (6)
662
if (
IsNullOrErrorType
(originalConvertedType) ||
663
IsNullOrErrorType
(rewrittenBitwiseNotConversionType))
732
if (
IsNullOrErrorType
(castType))
752
=>
IsNullOrErrorType
(info.Type) ||
IsNullOrErrorType
(info.ConvertedType);
1100
if (
IsNullOrErrorType
(rewrittenType))