2 references to GetProxyType
System.Private.Windows.Core.TestUtilities (2)
DebuggerAttributes.cs (2)
45
Type proxyType =
GetProxyType
(type, genericTypeArguments);
86
public static Type GetProxyType(Type type) =>
GetProxyType
(type, type.GenericTypeArguments);