10 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (2)
4463type = new ExtendedErrorTypeSymbol(type, LookupResultKind.NotCreatable, 4471type = new ExtendedErrorTypeSymbol(type, LookupResultKind.NotCreatable,
Binder\Binder_Symbols.cs (1)
582return TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(left, LookupResultKind.NotATypeOrNamespace, diagnostics.Add(ErrorCode.ERR_ColColWithTypeAlias, node.Alias.Location, node.Alias.Identifier.Text)));
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1807return new ExtendedErrorTypeSymbol(declaredBase, LookupResultKind.NotReferencable, info, true);
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
275return new ExtendedErrorTypeSymbol(declaredBase, LookupResultKind.NotReferencable, info, true);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
823new ExtendedErrorTypeSymbol(type, type.ResultKind,
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (4)
341baseType = new ExtendedErrorTypeSymbol(baseType, LookupResultKind.Ambiguous, info); 531localBase = new ExtendedErrorTypeSymbol(localBase, LookupResultKind.NotReferencable, info); 678result.Add(new ExtendedErrorTypeSymbol(t, LookupResultKind.NotReferencable, 756return new ExtendedErrorTypeSymbol(declaredBase, LookupResultKind.NotReferencable,