4 implementations of GetPointerSize
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
94
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetPointerSize
(uint* pointerSize)
_generated\25\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\26\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\80\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\24\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
119
__retVal = @this.
GetPointerSize
(pointerSize);
_generated\25\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
367
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);
_generated\26\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
444
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);
_generated\80\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
366
new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetPointerSize
(pointerSize);