2 implementations of GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1746
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
994
public int
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
2 references to GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1771
__retVal = @this.
GetCurrentCustomDebuggerNotification
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1011
int hrLocal = _legacy.
GetCurrentCustomDebuggerNotification
(vmThread, &retValLocal);