5 references to IsContainedInNamespace
Microsoft.CodeAnalysis.CSharp (5)
Symbols\TypeSymbolExtensions.cs (5)
2087typeSymbol.IsContainedInNamespace(nameof(System), nameof(System.Threading)); 2097return IsContainedInNamespace(typeSymbol, "System", "Runtime", "InteropServices"); 2111=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Runtime", "CompilerServices"); 2120IsContainedInNamespace(type, "System", "Numerics"); 2124=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Diagnostics", "CodeAnalysis");