3 writes to Path
aspire-managed (3)
NuGet\Commands\ManifestCommand.cs (1)
143Path = asset.SourcePath
src\Shared\IntegrationPackageProbeManifest.cs (2)
53Path = NormalizeRequiredValue(assembly.Path, "managedAssemblies[].path"), 403Path = NormalizeAndValidatePath(ReadStringProperty(element, "path"), "managedAssemblies[].path"),
5 references to Path
aspire-managed (5)
src\Shared\IntegrationPackageProbeManifest.cs (5)
53Path = NormalizeRequiredValue(assembly.Path, "managedAssemblies[].path"), 89: StringComparer.Ordinal.Compare(left.Path, right.Path); 155writer.WriteString("path", managedAssembly.Path); 274lookup[CreateManagedAssemblyLookupKey(assembly.Name, assembly.Culture)] = assembly.Path;