2 instantiations of SystemIPGlobalProperties
System (2)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (2)
17return new SystemIPGlobalProperties(); 22return new SystemIPGlobalProperties();
2 references to SystemIPGlobalProperties
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
415if (result == null || result.AsyncObject == null || result.AsyncObject.GetType() != typeof(SystemIPGlobalProperties)) {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
81FixedInfo fixedInfo = SystemIPGlobalProperties.GetFixedInfo();