1 write to _appHostFilePathLazy
Aspire.Hosting (1)
DistributedApplicationOptions.cs (1)
35
_appHostFilePathLazy
= new(ResolveAppHostFilePath);
1 reference to _appHostFilePathLazy
Aspire.Hosting (1)
DistributedApplicationOptions.cs (1)
105
get => _appHostFilePath ??
_appHostFilePathLazy
.Value;