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