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