2 references to ContainingNamespaceOrType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
350
return symbol.
ContainingNamespaceOrType
() ?? this.Compilation.Assembly.GlobalNamespace;
Symbols\ExtendedErrorTypeSymbol.cs (1)
65
: this(guessSymbol.
ContainingNamespaceOrType
(), guessSymbol, resultKind, errorInfo, unreported)