4 implementations of GetTLSValue
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
246int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetTLSValue(uint threadID, uint index, ulong* value)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
342int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetTLSValue(uint threadID, uint index, ulong* value) => throw new global::System.Diagnostics.UnreachableException();
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
415int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetTLSValue(uint threadID, uint index, ulong* value) => throw new global::System.Diagnostics.UnreachableException();
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
337int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetTLSValue(uint threadID, uint index, ulong* value) => throw new global::System.Diagnostics.UnreachableException();
4 references to GetTLSValue
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
271__retVal = @this.GetTLSValue(threadID, index, value);
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
383new int GetTLSValue(uint threadID, uint index, ulong* value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetTLSValue(threadID, index, value);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
460new int GetTLSValue(uint threadID, uint index, ulong* value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetTLSValue(threadID, index, value);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
382new int GetTLSValue(uint threadID, uint index, ulong* value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetTLSValue(threadID, index, value);