2 implementations of GetPlatform
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.cs (1)
41int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetPlatform(int* pTargetPlatform)
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugMutableDataTarget.cs (1)
207int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetPlatform(int* pTargetPlatform) => throw new global::System.Diagnostics.UnreachableException();
2 references to GetPlatform
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.cs (1)
66__retVal = @this.GetPlatform(pTargetPlatform);
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugMutableDataTarget.cs (1)
222new int GetPlatform(int* pTargetPlatform) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)this).GetPlatform(pTargetPlatform);