5 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Attributes.cs (2)
667return new ExtendedErrorTypeSymbol(attributeType, 680return new ExtendedErrorTypeSymbol(attributeType,
Binder\Binder_Symbols.cs (2)
345return TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(GetContainingNamespaceOrNonExtensionType(symbol.Symbol), symbol.Symbol, LookupResultKind.NotATypeOrNamespace, diagnosticInfo)); 2340singleResult = new ExtendedErrorTypeSymbol(GetContainingNamespaceOrNonExtensionType(singleResult), singleResult, LookupResultKind.NotReferencable, errorInfo); // UNDONE: Review resultkind.
Symbols\ExtendedErrorTypeSymbol.cs (1)
65: this(guessSymbol.ContainingNamespaceOrType(), guessSymbol, resultKind, errorInfo, unreported)