1 write to _collection
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (1)
111context._collection = new UnicastIPAddressInformationCollection();
3 references to _collection
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (3)
81context->_collection.InternalAdd(new UnixUnicastIPAddressInformation(ipAddress, ipAddr->PrefixLength)); 99context->_collection.InternalAdd(new UnixUnicastIPAddressInformation(ipAddress, ipAddr->PrefixLength)); 120return context._collection;