9 references to AppendInt
NuGet.Frameworks (9)
FrameworkNameProvider.cs (8)
245sb.AppendInt(major); 247sb.Append('.').AppendInt(minor); 249sb.Append('.').AppendInt(build); 251sb.Append('.').AppendInt(revision); 255sb.AppendInt(major); 257sb.AppendInt(minor); 259sb.AppendInt(build); 261sb.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