4 implementations of GetTLSValue
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
246
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetTLSValue
(uint threadID, uint index, ulong* value)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
342
int 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)
415
int 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)
337
int 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)
383
new 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)
460
new 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)
382
new int GetTLSValue(uint threadID, uint index, ulong* value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetTLSValue
(threadID, index, value);