3 references to GetContainingNamespaceOrType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Symbols.cs (3)
341return TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(GetContainingNamespaceOrType(symbol.Symbol), symbol.Symbol, LookupResultKind.NotATypeOrNamespace, diagnosticInfo)); 1308GetContainingNamespaceOrType(lookupResultSymbol), 2270singleResult = new ExtendedErrorTypeSymbol(GetContainingNamespaceOrType(errorType), errorType.Name, errorType.Arity, errorInfo, unreported: false);