2 implementations of GetPrevious
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
92int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.GetPrevious(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState> exState)
ClrDataExceptionState.cs (1)
67int IXCLRDataExceptionState.GetPrevious(DacComNullableByRef<IXCLRDataExceptionState> exState)
2 references to GetPrevious
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
140__retVal = @this.GetPrevious(exState);
ClrDataExceptionState.cs (1)
75hrLocal = _legacyImpl.GetPrevious(legacyPreviousOut);