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