3 references to HasUnderlyingString
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
CustomResultProviderTests.cs (1)
199return clrValue.HasUnderlyingString(inspectionContext);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
EvalResultDataItem.cs (1)
256if (!value.IsError() && value.HasUnderlyingString(inspectionContext))
ResultProviderTestBase.cs (1)
142return clrValue.HasUnderlyingString(DefaultInspectionContext);