5 references to CodeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodDefinition.cs (2)
556
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
580
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
SOSDacImpl.IXCLRDataProcess.cs (3)
1292
_target.Contracts.
CodeNotifications
.SetAllCodeNotifications(moduleAddr, CodeNotificationFlagsConverter.FromCom(flags));
1330
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
1422
_target.Contracts.
CodeNotifications
.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));