1 write to s_appFileVersion
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1095
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)
1081
if (
s_appFileVersion
is { } fileVersion)
1088
if (
s_appFileVersion
is null)
1102
return
s_appFileVersion
;