1 write to _configFilePath
Aspire.Hosting.Yarp (1)
YarpConfigurationBuilder.cs (1)
56_configFilePath = configFilePath;
5 references to _configFilePath
Aspire.Hosting.Yarp (5)
YarpConfigurationBuilder.cs (5)
32if (_configFilePath != null) 42if (_configFilePath != null) 62if (_configFilePath != null) 66return await File.ReadAllTextAsync(_configFilePath, ct).ConfigureAwait(false); 70throw new DistributedApplicationException($"Error when reading the YARP config file '{_configFilePath}'", ex);