2 references to HasUnderlyingString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
ResultProviderTestBase.cs (1)
142
return clrValue.
HasUnderlyingString
(DefaultInspectionContext);
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\EvalResultDataItem.cs (1)
256
if (!value.IsError() && value.
HasUnderlyingString
(inspectionContext))