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