2 implementations of TraverseRCWCleanupList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3719
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
TraverseRCWCleanupList
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress cleanupListPtr, delegate* unmanaged<ulong, ulong, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL, void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL> pCallback, void* token)
SOSDacImpl.cs (1)
4886
int ISOSDacInterface.
TraverseRCWCleanupList
(ClrDataAddress cleanupListPtr, delegate* unmanaged<ulong, ulong, ulong, Interop.BOOL, void*, Interop.BOOL> pCallback, void* token)
2 references to TraverseRCWCleanupList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3749
__retVal = @this.
TraverseRCWCleanupList
(cleanupListPtr, pCallback, token);
SOSDacImpl.cs (1)
4922
int hrLocal = _legacyImpl.
TraverseRCWCleanupList
(cleanupListPtr, callbackDebugPtr, tokenDebug);