2 references to s_nullableDisplayFormat
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoUtilities.cs (2)
144
NullableFlowState.MaybeNull => string.Format(FeaturesResources._0_may_be_null_here, symbol.ToDisplayString(
s_nullableDisplayFormat
)),
145
NullableFlowState.NotNull => string.Format(FeaturesResources._0_is_not_null_here, symbol.ToDisplayString(
s_nullableDisplayFormat
)),