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