4 implementations of GetPointerSize
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
94
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetPointerSize
(uint* pointerSize)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
334
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetPointerSize
(uint* pointerSize) => throw new global::System.Diagnostics.UnreachableException();
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
407
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetPointerSize
(uint* pointerSize) => throw new global::System.Diagnostics.UnreachableException();
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
329
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetPointerSize
(uint* pointerSize) => throw new global::System.Diagnostics.UnreachableException();
4 references to GetPointerSize
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
119
__retVal = @this.
GetPointerSize
(pointerSize);
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
367
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
444
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
366
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);