2 writes to machineName
System.ServiceModel (2)
System\ServiceModel\Channels\DnsCache.cs (2)
46machineName = Dns.GetHostEntry(String.Empty).HostName; 53machineName = UnsafeNativeMethods.GetComputerName(ComputerNameFormat.PhysicalNetBIOS);
3 references to machineName
System.ServiceModel (3)
System\ServiceModel\Channels\DnsCache.cs (3)
38if (machineName == null) 42if (machineName == null) 59return machineName;