1 write to machineName
System.Web (1)
Configuration\AuthorizationRule.cs (1)
356machineName = HttpServerUtility.GetMachineNameInternal().ToLower(CultureInfo.InvariantCulture);
2 references to machineName
System.Web (2)
Configuration\AuthorizationRule.cs (2)
355if (machineName == null) { 359ExpandedName = machineName + name.Substring(1);