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