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