2 implementations of IsSameState2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\73\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
407int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.IsSameState2(uint flags, global::Microsoft.Diagnostics.DataContractReader.Legacy.EXCEPTION_RECORD64* exRecord, uint contextSize, byte* cxRecord)
ClrDataExceptionState.cs (1)
290int IXCLRDataExceptionState.IsSameState2(uint flags, EXCEPTION_RECORD64* exRecord, uint contextSize, byte* cxRecord)
2 references to IsSameState2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\73\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
432__retVal = @this.IsSameState2(flags, exRecord, contextSize, cxRecord);
ClrDataExceptionState.cs (1)
296int hrLocal = _legacyImpl.IsSameState2(flags, exRecord, contextSize, cxRecord);