2 implementations of GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1658
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1331
public int
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
2 references to GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1683
__retVal = @this.
GetCurrentCustomDebuggerNotification
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1348
int hrLocal = _legacy.
GetCurrentCustomDebuggerNotification
(vmThread, &retValLocal);