4 references to IsContainedInNamespace
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeSymbolExtensions.cs (4)
2046return IsContainedInNamespace(typeSymbol, "System", "Runtime", "InteropServices");
2060=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Runtime", "CompilerServices");
2069IsContainedInNamespace(type, "System", "Numerics");
2073=> typeSymbol.ContainingType is null && IsContainedInNamespace(typeSymbol, "System", "Diagnostics", "CodeAnalysis");