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