2 instantiations of MIB_TCP6TABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Windows\Tcp6TableInfoTests.cs (2)
66MIB_TCP6TABLE fakeTcp6Table = new() 144MIB_TCP6TABLE fakeTcp6Table = new()
10 references to MIB_TCP6TABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Windows\Network\WindowsTcpStateInfo.cs (4)
180var rawtcpTable = Marshal.PtrToStructure<MIB_TCP6TABLE>(tcpTable); 183var offset = Marshal.OffsetOf<MIB_TCP6TABLE>(nameof(MIB_TCP6TABLE.Table)).ToInt32();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (6)
Windows\Tcp6TableInfoTests.cs (6)
66MIB_TCP6TABLE fakeTcp6Table = new() 127var offset = Marshal.OffsetOf<MIB_TCP6TABLE>(nameof(MIB_TCP6TABLE.Table)).ToInt32(); 144MIB_TCP6TABLE fakeTcp6Table = new() 219var offset = Marshal.OffsetOf<MIB_TCP6TABLE>(nameof(MIB_TCP6TABLE.Table)).ToInt32();