5 references to DebuggerDisplayItemInfo
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (5)
65
value = new
DebuggerDisplayItemInfo
(favoritesInfo.DisplayString, m_targetType);
67
new
DebuggerDisplayItemInfo
(favoritesInfo.SimpleDisplayString, m_targetType) : null;
88
name = new
DebuggerDisplayItemInfo
(attribute.Name, attributeTarget);
94
value = new
DebuggerDisplayItemInfo
(attribute.Value, attributeTarget);
100
typeName = new
DebuggerDisplayItemInfo
(attribute.TypeName, attributeTarget);