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