2 implementations of WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4180
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
WalkRefs
(nuint handle, uint count, nint refs, uint* pFetched)
Dbi\DacDbiImpl.cs (1)
3540
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)
4205
__retVal = @this.
WalkRefs
(handle, count, refs, pFetched);
Dbi\DacDbiImpl.cs (1)
3541
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
WalkRefs
(handle, count, refs, pFetched) : HResults.E_NOTIMPL;