2 writes to RunModeHostPathResolver
Aspire.Hosting.Kubernetes (2)
KubernetesPersistentVolumeExtensions.cs (2)
271RunModeHostPathResolver = context => 435RunModeHostPathResolver = context =>
5 references to RunModeHostPathResolver
Aspire.Hosting (5)
ApplicationModel\VolumeMountBindingAnnotation.cs (5)
27/// <see cref="RunModeHostPathResolver"/> lets a compute environment supply the local directory that backs 36/// <see cref="RunModeHostPathResolver"/> when it has one, and otherwise takes the last sibling that does. 103var resolver = RunModeHostPathResolver ?? context.Resource.Annotations 106annotation.RunModeHostPathResolver is not null && 108?.RunModeHostPathResolver;