1 write to SimpleDisplayString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrObjectFavoritesInfo.cs (1)
23SimpleDisplayString = simpleDisplayString;
2 references to SimpleDisplayString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (2)
65simpleValue = favoritesInfo.SimpleDisplayString != null ? 66new DebuggerDisplayItemInfo(favoritesInfo.SimpleDisplayString, m_targetType) : null;