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