2 writes to ProxyTypeName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerTypeProxyAttribute.cs (2)
18
ProxyTypeName
= type.AssemblyQualifiedName!;
24
ProxyTypeName
= typeName;
2 references to ProxyTypeName
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
180
var proxyName = attribute.
ProxyTypeName
;
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
114
var proxyType = Type.GetType(debuggerTypeProxy.
ProxyTypeName
, throwOnError: false, ignoreCase: false);