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