7 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2078
return new
ExtendedErrorTypeSymbol
(declaredBase, LookupResultKind.NotReferencable, info, true);
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
303
return new
ExtendedErrorTypeSymbol
(declaredBase, LookupResultKind.NotReferencable, info, true);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
823
new
ExtendedErrorTypeSymbol
(type, type.ResultKind,
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (4)
342
baseType = new
ExtendedErrorTypeSymbol
(baseType, LookupResultKind.Ambiguous, info);
532
localBase = new
ExtendedErrorTypeSymbol
(localBase, LookupResultKind.NotReferencable, info);
678
result.Add(new
ExtendedErrorTypeSymbol
(t, LookupResultKind.NotReferencable,
760
return new
ExtendedErrorTypeSymbol
(declaredBase, LookupResultKind.NotReferencable,