2 implementations of WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4299
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
WalkRefs
(nuint handle, uint count, nint refs, uint* pFetched)
Dbi\DacDbiImpl.cs (1)
1928
public int
WalkRefs
(nuint handle, uint count, nint refs, uint* pFetched)
2 references to WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4324
__retVal = @this.
WalkRefs
(handle, count, refs, pFetched);
Dbi\DacDbiImpl.cs (1)
1929
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
WalkRefs
(handle, count, refs, pFetched) : HResults.E_NOTIMPL;