1 write to m_simpleValue
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (1)
41
m_simpleValue
= simpleValue;
4 references to m_simpleValue
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (4)
50
if (
m_simpleValue
!= null && (inspectionContext.EvaluationFlags & DkmEvaluationFlags.UseSimpleDisplayString) == DkmEvaluationFlags.UseSimpleDisplayString)
52
return
m_simpleValue
;
61
var simpleValue =
m_simpleValue
;
83
var simpleValue =
m_simpleValue
;