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)
321return FromManifest(path); 542if (FileSystems.Default.FileExists(path) && IsEqual(this, FromManifest(path), specificVersion))
ManifestUtil\Manifest.cs (2)
385AssemblyIdentity appManifest = AssemblyIdentity.FromManifest(applicationManifestPath); 447AssemblyReferenceType.ClickOnceManifest => AssemblyIdentity.FromManifest(a.ResolvedPath),