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