1 write to _appHostFilePathLazy
Aspire.Hosting (1)
DistributedApplicationOptions.cs (1)
34
_appHostFilePathLazy
= new(ResolveAppHostFilePath);
1 reference to _appHostFilePathLazy
Aspire.Hosting (1)
DistributedApplicationOptions.cs (1)
102
internal string? AppHostFilePath =>
_appHostFilePathLazy
.Value;