1 write to s_hostName
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
169
s_hostName
= Dns.GetHostName();
3 references to s_hostName
System.Runtime.Remoting (3)
channels\core\corechannel.cs (3)
167
if (
s_hostName
== null)
171
if (
s_hostName
== null)
177
return
s_hostName
;