2 implementations of GetClrNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\33\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)
5247
int ISOSDacInterface4.
GetClrNotification
(ClrDataAddress[] arguments, int count, int* pNeeded)
2 references to GetClrNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\33\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface4.cs (1)
126
__retVal = @this.
GetClrNotification
(arguments, count, pNeeded);
SOSDacImpl.cs (1)
5272
int hrLocal = _legacyImpl4.
GetClrNotification
(argumentsLocal, count, &neededLocal);