2 implementations of WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4141
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
WalkRefs
(nuint handle, uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacGcReference[] refs, uint* pFetched)
Dbi\DacDbiImpl.cs (1)
4329
public int
WalkRefs
(nuint handle, uint count, [In, MarshalUsing(CountElementName = "count"), Out] DacGcReference[] refs, uint* pFetched)
2 references to WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4175
__retVal = @this.
WalkRefs
(handle, count, refs, pFetched);
Dbi\DacDbiImpl.cs (1)
4373
int hrLocal = _legacy.
WalkRefs
(walk.LegacyHandle, count, legacyRefs, &legacyFetched);