1 write to s_machineConfigPath
System.Web (1)
Configuration\MTConfigUtil.cs (1)
197s_machineConfigPath = ToolLocationHelper.GetPathToDotNetFrameworkFile(@"config\machine.config", TargetDotNetFrameworkVersion.Version20);
3 references to s_machineConfigPath
System.Web (3)
Configuration\MTConfigUtil.cs (3)
196if (s_machineConfigPath == null) { 198if (string.IsNullOrEmpty(s_machineConfigPath)) { 203return s_machineConfigPath;