2 implementations of GetClrNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\37\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface4.cs (1)
37
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface4.
GetClrNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] arguments, int count, int* pNeeded)
SOSDacImpl.cs (1)
5238
int ISOSDacInterface4.
GetClrNotification
(ClrDataAddress[] arguments, int count, int* pNeeded)
2 references to GetClrNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\37\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface4.cs (1)
126
__retVal = @this.
GetClrNotification
(arguments, count, pNeeded);
SOSDacImpl.cs (1)
5264
int hrLocal = _legacyImpl4.
GetClrNotification
(argumentsLocal, count, &neededLocal);