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