1 instantiation of DkmClrDebuggerTypeProxyAttribute
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
206
attributes.Add(new
DkmClrDebuggerTypeProxyAttribute
(new DkmClrType((TypeImpl)proxyType)));
3 references to DkmClrDebuggerTypeProxyAttribute
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrType.cs (2)
157
var
proxyAttribute = _lazyEvalAttributes.Value.OfType<
DkmClrDebuggerTypeProxyAttribute
>().FirstOrDefault();
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (1)
668
DkmClrDebuggerTypeProxyAttribute
attribute;