4 implementations of SetTLSValue
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
283
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
SetTLSValue
(uint threadID, uint index, ulong value)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
344
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
SetTLSValue
(uint threadID, uint index, ulong value) => throw new global::System.Diagnostics.UnreachableException();
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
417
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
SetTLSValue
(uint threadID, uint index, ulong value) => throw new global::System.Diagnostics.UnreachableException();
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
339
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
SetTLSValue
(uint threadID, uint index, ulong value) => throw new global::System.Diagnostics.UnreachableException();
4 references to SetTLSValue
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
308
__retVal = @this.
SetTLSValue
(threadID, index, value);
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
387
new int SetTLSValue(uint threadID, uint index, ulong value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
SetTLSValue
(threadID, index, value);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
464
new int SetTLSValue(uint threadID, uint index, ulong value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
SetTLSValue
(threadID, index, value);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
386
new int SetTLSValue(uint threadID, uint index, ulong value) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
SetTLSValue
(threadID, index, value);