2 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
2303singleResult = new ExtendedErrorTypeSymbol(GetContainingNamespaceOrNonExtensionType(singleResult), singleResult, LookupResultKind.NotReferencable, errorInfo); // UNDONE: Review resultkind.
Symbols\ExtendedErrorTypeSymbol.cs (1)
65: this(guessSymbol.ContainingNamespaceOrType(), guessSymbol, resultKind, errorInfo, unreported)