2 instantiations of FixedInfo
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
28FixedInfo fixedInfo = new FixedInfo(); 39fixedInfo = new FixedInfo( (FIXED_INFO)Marshal.PtrToStructure(buffer.DangerousGetHandle(),typeof(FIXED_INFO)));
8 references to FixedInfo
System (8)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (4)
13private FixedInfo fixedInfo; 25internal static FixedInfo GetFixedInfo(){ 28FixedInfo fixedInfo = new FixedInfo(); 57internal FixedInfo FixedInfo {
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
37internal SystemIPInterfaceProperties(FixedInfo fixedInfo, IpAdapterAddresses ipAdapterAddresses) {
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
24internal SystemIPv4InterfaceProperties(FixedInfo fixedInfo, IpAdapterAddresses ipAdapterAddresses) {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (2)
81FixedInfo fixedInfo = SystemIPGlobalProperties.GetFixedInfo(); 135internal SystemNetworkInterface(FixedInfo fixedInfo, IpAdapterAddresses ipAdapterAddresses) {