2 writes to Path
Aspire.Hosting.RemoteHost (2)
src\Shared\IntegrationPackageProbeManifest.cs (2)
69Path = NormalizeRequiredValue(nativeLibrary.Path, "nativeLibraries[].path") 426Path = NormalizeAndValidatePath(ReadStringProperty(element, "path"), "nativeLibraries[].path")
7 references to Path
Aspire.Hosting.RemoteHost (7)
src\Shared\IntegrationPackageProbeManifest.cs (7)
69Path = NormalizeRequiredValue(nativeLibrary.Path, "nativeLibraries[].path") 73$"{normalizedNativeLibrary.FileName}|{normalizedNativeLibrary.Path}", 98: StringComparer.Ordinal.Compare(left.Path, right.Path); 166writer.WriteString("path", nativeLibrary.Path); 294if (!paths.Contains(nativeLibrary.Path, StringComparer.OrdinalIgnoreCase)) 296paths.Add(nativeLibrary.Path);