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)
32
if (
_configFilePath
!= null)
42
if (
_configFilePath
!= null)
62
if (
_configFilePath
!= null)
66
return await File.ReadAllTextAsync(
_configFilePath
, ct).ConfigureAwait(false);
70
throw new DistributedApplicationException($"Error when reading the YARP config file '{
_configFilePath
}'", ex);