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