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