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