5 references to DebuggerDisplayItemInfo
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (5)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (5)
64value = new DebuggerDisplayItemInfo(favoritesInfo.DisplayString, m_targetType); 66new DebuggerDisplayItemInfo(favoritesInfo.SimpleDisplayString, m_targetType) : null; 87name = new DebuggerDisplayItemInfo(attribute.Name, attributeTarget); 93value = new DebuggerDisplayItemInfo(attribute.Value, attributeTarget); 99typeName = new DebuggerDisplayItemInfo(attribute.TypeName, attributeTarget);