1 write to _appSettings
VBCSCompiler (1)
BuildServerController.cs (1)
33
_appSettings
= appSettings;
1 reference to _appSettings
VBCSCompiler (1)
BuildServerController.cs (1)
64
if (int.TryParse(
_appSettings
[KeepAliveSettingName], NumberStyles.Integer, CultureInfo.InvariantCulture, out int keepAliveValue) &&