1 write to s_appFileVersion
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1131
s_appFileVersion
= type is not null && type.Assembly.Location.Length > 0
3 references to s_appFileVersion
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (3)
1117
if (
s_appFileVersion
is { } fileVersion)
1124
if (
s_appFileVersion
is null)
1138
return
s_appFileVersion
;