2 implementations of GetThreadpoolData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1573int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetThreadpoolData(void* data)
SOSDacImpl.cs (1)
4409int ISOSDacInterface.GetThreadpoolData(void* data)
2 references to GetThreadpoolData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1598__retVal = @this.GetThreadpoolData(data);
SOSDacImpl.cs (1)
4417int hrLocal = _legacyImpl.GetThreadpoolData(data);