2 implementations of GetUnderlyingString
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
CustomResultProviderTests.cs (1)
167string IDkmClrResultProvider.GetUnderlyingString(DkmEvaluationResult result)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
ResultProvider.cs (1)
193string IDkmClrResultProvider.GetUnderlyingString(DkmEvaluationResult result)
1 reference to GetUnderlyingString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmEvaluationResult.cs (1)
62return InspectionContext.InspectionSession.InvokeResultProvider(this, MethodId.GetUnderlyingString, r => r.GetUnderlyingString(this));