2 implementations of ParseContinuation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
5150int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.ParseContinuation(ulong continuationAddress, ulong* pDiagnosticIP, ulong* pNextContinuation, uint* pState)
Dbi\DacDbiImpl.cs (1)
2463public int ParseContinuation(ulong continuationAddress, ulong* pDiagnosticIP, ulong* pNextContinuation, uint* pState)
2 references to ParseContinuation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
5175__retVal = @this.ParseContinuation(continuationAddress, pDiagnosticIP, pNextContinuation, pState);
Dbi\DacDbiImpl.cs (1)
2464=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.ParseContinuation(continuationAddress, pDiagnosticIP, pNextContinuation, pState) : HResults.E_NOTIMPL;