2 references to PrettyPrintBound
NuGet.Versioning (2)
VersionRangeFormatter.cs (2)
278
PrettyPrintBound
(builder, range.MinVersion, range.IsMinInclusive, ">", range.IsFloating && showFloating ? range.Float : null);
288
PrettyPrintBound
(builder, range.MaxVersion, range.IsMaxInclusive, "<", floatRange: null);