3 writes to Path
aspire-managed (3)
NuGet\Commands\ManifestCommand.cs (1)
150
Path
= asset.SourcePath
src\Shared\IntegrationPackageProbeManifest.cs (2)
67
Path
= NormalizeRequiredValue(nativeLibrary.Path, "nativeLibraries[].path")
409
Path
= NormalizeAndValidatePath(ReadStringProperty(element, "path"), "nativeLibraries[].path")
7 references to Path
aspire-managed (7)
src\Shared\IntegrationPackageProbeManifest.cs (7)
67
Path = NormalizeRequiredValue(nativeLibrary.
Path
, "nativeLibraries[].path")
71
$"{normalizedNativeLibrary.FileName}|{normalizedNativeLibrary.
Path
}",
96
: StringComparer.Ordinal.Compare(left.
Path
, right.
Path
);
156
writer.WriteString("path", nativeLibrary.
Path
);
284
if (!paths.Contains(nativeLibrary.
Path
, StringComparer.OrdinalIgnoreCase))
286
paths.Add(nativeLibrary.
Path
);