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