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