2 references to GetProxyType
Microsoft.CodeAnalysis.UnitTests (2)
Collections\DebuggerAttributes.cs (2)
62Type proxyType = GetProxyType(type, genericTypeArguments); 99public static Type GetProxyType(Type type) => GetProxyType(type, type.GenericTypeArguments);