2 references to GetUnderlyingStringImpl
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.Values.cs (2)
210
string underlyingString =
GetUnderlyingStringImpl
(value, inspectionContext);
234
return nullableValue != null ?
GetUnderlyingStringImpl
(nullableValue, inspectionContext) : null;