6 references to IsContainedInNamespace
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbolExtensions.cs (6)
2166typeSymbol.IsContainedInNamespace(nameof(System), nameof(System.Threading));
2177&& typeSymbol.IsContainedInNamespace("Microsoft", "CodeAnalysis");
2187return IsContainedInNamespace(typeSymbol, "System", "Runtime", "InteropServices");
2201=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Runtime", "CompilerServices");
2210IsContainedInNamespace(type, "System", "Numerics");
2214=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Diagnostics", "CodeAnalysis");