2 instantiations of MIB_TCPTABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Windows\TcpTableInfoTests.cs (2)
59MIB_TCPTABLE fakeTcpTable = new() 110MIB_TCPTABLE fakeTcpTable = new()
10 references to MIB_TCPTABLE
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Windows\Network\WindowsTcpStateInfo.cs (4)
155var rawTcpTable = Marshal.PtrToStructure<MIB_TCPTABLE>(tcpTable); 158var offset = Marshal.OffsetOf<MIB_TCPTABLE>(nameof(MIB_TCPTABLE.Table)).ToInt32();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (6)
Windows\TcpTableInfoTests.cs (6)
59MIB_TCPTABLE fakeTcpTable = new() 93var offset = Marshal.OffsetOf<MIB_TCPTABLE>(nameof(MIB_TCPTABLE.Table)).ToInt32(); 110MIB_TCPTABLE fakeTcpTable = new() 162var offset = Marshal.OffsetOf<MIB_TCPTABLE>(nameof(MIB_TCPTABLE.Table)).ToInt32();