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