3 writes to Path
aspire (3)
Projects\AppHostServerClosureSnapshots.cs (1)
160Path = entry.SourcePath
src\Shared\IntegrationPackageProbeManifest.cs (2)
67Path = NormalizeRequiredValue(nativeLibrary.Path, "nativeLibraries[].path") 409Path = NormalizeAndValidatePath(ReadStringProperty(element, "path"), "nativeLibraries[].path")
7 references to Path
aspire (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);