4 implementations of GetPointerSize
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
94int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetPointerSize(uint* pointerSize)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
334int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetPointerSize(uint* pointerSize) => throw new global::System.Diagnostics.UnreachableException();
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
407int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetPointerSize(uint* pointerSize) => throw new global::System.Diagnostics.UnreachableException();
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
329int 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)
367new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetPointerSize(pointerSize);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
444new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetPointerSize(pointerSize);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
366new int GetPointerSize(uint* pointerSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetPointerSize(pointerSize);