7 references to GetContainingNamespaceOrType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
6739
new ExtendedErrorTypeSymbol(
GetContainingNamespaceOrType
(symbols[0]), symbols.ToImmutable(), lookupResult.Kind, lookupResult.Error, rightArity));
Binder\Binder_Symbols.cs (6)
339
return TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(
GetContainingNamespaceOrType
(symbol.Symbol), symbol.Symbol, LookupResultKind.NotATypeOrNamespace, diagnosticInfo));
1306
GetContainingNamespaceOrType
(lookupResultSymbol),
2192
GetContainingNamespaceOrType
(originalSymbols[0]),
2210
singleResult = new ExtendedErrorTypeSymbol(
GetContainingNamespaceOrType
(singleResult), singleResult, LookupResultKind.NotReferencable, errorInfo); // UNDONE: Review resultkind.
2243
singleResult = new ExtendedErrorTypeSymbol(
GetContainingNamespaceOrType
(errorType), errorType.Name, errorType.Arity, errorInfo, unreported: false);
2299
return new ExtendedErrorTypeSymbol(
GetContainingNamespaceOrType
(symbols[0]), symbols.ToImmutable(), result.Kind, result.Error, arity);