1 instantiation of SocketReflection
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
73return new SocketReflection
3 references to SocketReflection
System.Net.NameResolution (3)
System\Net\DnsSocket.cs (3)
48private static readonly SocketReflection s_reflection = CreateReflection(); 67private static SocketReflection CreateReflection() 96SocketReflection reflection = s_reflection;