2 references to GetNamespaceAndName
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
45public static string GetNamespace(this WellKnownType type) => GetNamespaceAndName(type).Namespace; 46public static string GetName(this WellKnownType type) => GetNamespaceAndName(type).Name;