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