3 references to IsErrorType
Microsoft.CodeAnalysis.Extensions.Package (3)
Symbols\ISymbolExtensions_Accessibility.cs (1)
182if (type.IsErrorType())
Symbols\ITypeSymbolExtensions.cs (1)
685if (type.IsErrorType())
Symbols\ITypeSymbolExtensions.UnnamedErrorTypeRemover.cs (1)
44if (symbol.IsErrorType() && symbol.Name == string.Empty)