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