2 implementations of GetTLSIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3455int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetTLSIndex(uint* pIndex)
SOSDacImpl.cs (1)
4475int ISOSDacInterface.GetTLSIndex(uint* pIndex)
2 references to GetTLSIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3480__retVal = @this.GetTLSIndex(pIndex);
SOSDacImpl.cs (1)
4495int hrLocal = _legacyImpl.GetTLSIndex(&indexLocal);