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