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