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