9 references to AppendInt
NuGet.Frameworks (9)
FrameworkNameProvider.cs (8)
245
sb.
AppendInt
(major);
247
sb.Append('.').
AppendInt
(minor);
249
sb.Append('.').
AppendInt
(build);
251
sb.Append('.').
AppendInt
(revision);
255
sb.
AppendInt
(major);
257
sb.
AppendInt
(minor);
259
sb.
AppendInt
(build);
261
sb.
AppendInt
(revision);
src\nuget-client\build\Shared\SharedExtensions.cs (1)
77
/// Note that this uses the current culture to do the conversion while <see cref="
AppendInt
(StringBuilder, int)"/> does