2 references to GetNamespaceAndName
ILLink.RoslynAnalyzer (2)
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;