1 instantiation of DkmClrDebuggerDisplayAttribute
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
273return new DkmClrDebuggerDisplayAttribute(type.AssemblyQualifiedName)
4 references to DkmClrDebuggerDisplayAttribute
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
Debugger\Engine\DkmClrType.cs (2)
218var debuggerDisplay = GetDebuggerDisplayAttribute(reflectionType); 265private static DkmClrDebuggerDisplayAttribute GetDebuggerDisplayAttribute(System.Type type)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (1)
79public DebuggerDisplayInfo WithDebuggerDisplayAttribute(DkmClrDebuggerDisplayAttribute attribute, DkmClrType attributeTarget)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (1)
612DkmClrDebuggerDisplayAttribute attribute;