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