2 writes to ProxyTypeName
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerTypeProxyAttribute.cs (2)
18
ProxyTypeName
= type.AssemblyQualifiedName!;
24
ProxyTypeName
= typeName;
1 reference to ProxyTypeName
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
113
var proxyType = Type.GetType(debuggerTypeProxy.
ProxyTypeName
, throwOnError: false, ignoreCase: false);