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