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