5 references to CodeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodDefinition.cs (2)
601
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
626
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
SOSDacImpl.IXCLRDataProcess.cs (3)
1398
_target.Contracts.
CodeNotifications
.SetAllCodeNotifications(moduleAddr, CodeNotificationFlagsConverter.FromCom(flags));
1445
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
1538
_target.Contracts.
CodeNotifications
.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));