1 write to s_pkgVersion
dotnet-svcutil-lib (1)
Tool.cs (1)
45s_pkgVersion = typeof(Tool).GetTypeInfo().Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
2 references to s_pkgVersion
dotnet-svcutil-lib (2)
Tool.cs (2)
43if (string.IsNullOrEmpty(s_pkgVersion)) 48return s_pkgVersion;