1 write to _osInfo
NuGet.Protocol (1)
UserAgentStringBuilder.cs (1)
49
_osInfo
= GetOS();
2 references to _osInfo
NuGet.Protocol (2)
UserAgentStringBuilder.cs (2)
101
if (!string.IsNullOrEmpty(
_osInfo
))
103
sb.Append(
_osInfo
);