6 references to IsContainedInNamespace
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbolExtensions.cs (6)
2148typeSymbol.IsContainedInNamespace(nameof(System), nameof(System.Threading));
2159&& typeSymbol.IsContainedInNamespace("Microsoft", "CodeAnalysis");
2169return IsContainedInNamespace(typeSymbol, "System", "Runtime", "InteropServices");
2183=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Runtime", "CompilerServices");
2192IsContainedInNamespace(type, "System", "Numerics");
2196=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Diagnostics", "CodeAnalysis");