3 references to GetNamespaceAndName
illink (3)
Linker\BCL.cs (1)
47
var (ns, name) = type.
GetNamespaceAndName
();
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
45
public static string GetNamespace(this WellKnownType type) =>
GetNamespaceAndName
(type).Namespace;
46
public static string GetName(this WellKnownType type) =>
GetNamespaceAndName
(type).Name;