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