1 write to ManifestPath
Microsoft.NET.Build.Tasks (1)
ReadableWorkloadManifest.cs (1)
26ManifestPath = manifestPath;
2 references to ManifestPath
Microsoft.NET.Build.Tasks (2)
WorkloadResolver.cs (2)
124var manifest = WorkloadManifestReader.ReadWorkloadManifest(readableManifest.ManifestId, manifestStream, localizationStream, readableManifest.ManifestPath); 129throw new WorkloadManifestCompositionException(Strings.DuplicateManifestID, manifestProvider.GetType().FullName, readableManifest.ManifestId, readableManifest.ManifestPath, existingManifest.ManifestPath);