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