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