8 references to _launchingAssembly
Microsoft.Maui.Essentials (8)
AppInfo\AppInfo.uwp.cs (8)
35 : _launchingAssembly.GetAppInfoValue("PackageName") ?? _launchingAssembly.GetCustomAttribute<AssemblyTitleAttribute>()?.Title ?? string.Empty; 39 : _launchingAssembly.GetAppInfoValue("PublisherName") ?? _launchingAssembly.GetCustomAttribute<AssemblyCompanyAttribute>()?.Company ?? string.Empty; 43 : _launchingAssembly.GetAppInfoValue("Name") ?? _launchingAssembly.GetCustomAttribute<AssemblyTitleAttribute>()?.Title ?? string.Empty; 47 : _launchingAssembly.GetAppInfoVersionValue("Version") ?? _launchingAssembly.GetName().Version;