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