3 references to GetUnderlyingString
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
CustomResultProviderTests.cs (1)
189return clrValue.GetUnderlyingString(inspectionContext);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
ResultProvider.cs (1)
204return dataItem.Value?.GetUnderlyingString(result.InspectionContext);
ResultProviderTestBase.cs (1)
148return clrValue.GetUnderlyingString(DefaultInspectionContext);