1 implementation of GetUnderlyingString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (1)
202
string IDkmClrResultProvider.
GetUnderlyingString
(DkmEvaluationResult result)
1 reference to GetUnderlyingString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmEvaluationResult.cs (1)
62
return InspectionContext.InspectionSession.InvokeResultProvider(this, MethodId.GetUnderlyingString, r => r.
GetUnderlyingString
(this));