1 write to s_machineName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
60
s_machineName
= Dns.GetHostEntryAsync(String.Empty).GetAwaiter().GetResult().HostName;
3 references to s_machineName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (3)
41
if (
s_machineName
== null)
45
if (
s_machineName
== null)
71
return
s_machineName
;