1 implementation of GetCodeNotification
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CodeNotifications_1.cs (1)
82CodeNotificationKind ICodeNotifications.GetCodeNotification(TargetPointer module, uint methodToken)
2 references to GetCodeNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodDefinition.cs (1)
405*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(_module, _token));
SOSDacImpl.IXCLRDataProcess.cs (1)
872flags[i] = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(moduleAddr, tokens[i]));