2 implementations of GetCode
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
259int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.GetCode(uint* code)
ClrDataExceptionState.cs (1)
119int IXCLRDataExceptionState.GetCode(uint* code) => HResults.E_NOTIMPL;
1 reference to GetCode
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
284__retVal = @this.GetCode(code);