2 implementations of GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1699
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1156
public int
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
2 references to GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1724
__retVal = @this.
GetCurrentCustomDebuggerNotification
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1173
int hrLocal = _legacy.
GetCurrentCustomDebuggerNotification
(vmThread, &retValLocal);