2 implementations of IsSameState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\73\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
370int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.IsSameState(global::Microsoft.Diagnostics.DataContractReader.Legacy.EXCEPTION_RECORD64* exRecord, uint contextSize, byte* cxRecord)
ClrDataExceptionState.cs (1)
277int IXCLRDataExceptionState.IsSameState(EXCEPTION_RECORD64* exRecord, uint contextSize, byte* cxRecord)
2 references to IsSameState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\73\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
395__retVal = @this.IsSameState(exRecord, contextSize, cxRecord);
ClrDataExceptionState.cs (1)
283int hrLocal = _legacyImpl.IsSameState(exRecord, contextSize, cxRecord);