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