2 writes to s_CachedIPHostEntry
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
152s_CachedIPHostEntry = Dns.GetHostEntry(GetMachineName()); 156s_CachedIPHostEntry = null;
2 references to s_CachedIPHostEntry
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
205if (s_CachedIPHostEntry == null) 210return IsLocalIpAddress(s_CachedIPHostEntry, remoteAddress.AddressFamily, remoteAddress);