6 references to FromManifest
Microsoft.Build.Tasks.Core (6)
ManifestUtil\ApplicationIdentity.cs (2)
44_deployManifestIdentity = AssemblyIdentity.FromManifest(deployManifestPath); 45_applicationManifestIdentity = AssemblyIdentity.FromManifest(applicationManifestPath);
ManifestUtil\AssemblyIdentity.cs (2)
310return FromManifest(path); 526if (FileSystems.Default.FileExists(path) && IsEqual(this, FromManifest(path), specificVersion))
ManifestUtil\Manifest.cs (2)
386AssemblyIdentity appManifest = AssemblyIdentity.FromManifest(applicationManifestPath); 448AssemblyReferenceType.ClickOnceManifest => AssemblyIdentity.FromManifest(a.ResolvedPath),