1 write to s_machineName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
60s_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)
41if (s_machineName == null) 45if (s_machineName == null) 71return s_machineName;