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)
810
_target.Contracts.
CodeNotifications
.SetAllCodeNotifications(moduleAddr, CodeNotificationFlagsConverter.FromCom(flags));
848
ICodeNotifications codeNotif = _target.Contracts.
CodeNotifications
;
940
_target.Contracts.
CodeNotifications
.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));