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