2 implementations of WalkRefs
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4063int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.WalkRefs(nuint handle, uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacGcReference[] refs, uint* pFetched)
Dbi\DacDbiImpl.cs (1)
4557public 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\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4097__retVal = @this.WalkRefs(handle, count, refs, pFetched);
Dbi\DacDbiImpl.cs (1)
4601int hrLocal = _legacy.WalkRefs(walk.LegacyHandle, count, legacyRefs, &legacyFetched);