2 implementations of GetCurrentCustomDebuggerNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1701
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCurrentCustomDebuggerNotification
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1111
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)
1726
__retVal = @this.
GetCurrentCustomDebuggerNotification
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1128
int hrLocal = _legacy.
GetCurrentCustomDebuggerNotification
(vmThread, &retValLocal);