5 references to CodeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodDefinition.cs (2)
398
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
422
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
SOSDacImpl.IXCLRDataProcess.cs (3)
813
_target.Contracts.
CodeNotifications
.SetAllCodeNotifications(moduleAddr, CodeNotificationFlagsConverter.FromCom(flags));
851
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
943
_target.Contracts.
CodeNotifications
.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));