1 implementation of SetCodeNotification
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CodeNotifications_1.cs (1)
18void ICodeNotifications.SetCodeNotification(TargetPointer module, uint methodToken, CodeNotificationKind flags)
2 references to SetCodeNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodDefinition.cs (1)
429codeNotif.SetCodeNotification(_module, _token, CodeNotificationFlagsConverter.FromCom(flags));
SOSDacImpl.IXCLRDataProcess.cs (1)
940_target.Contracts.CodeNotifications.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));