9 references to CodeNotificationFlagsConverter
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataMethodDefinition.cs (3)
596
*flags =
CodeNotificationFlagsConverter
.ToCom(codeNotif.GetCodeNotification(_module, _token));
618
if (!
CodeNotificationFlagsConverter
.IsValid(flags))
621
codeNotif.SetCodeNotification(_module, _token,
CodeNotificationFlagsConverter
.FromCom(flags));
SOSDacImpl.IXCLRDataProcess.cs (6)
1397
if (!
CodeNotificationFlagsConverter
.IsValid(flags))
1408
_target.Contracts.CodeNotifications.SetAllCodeNotifications(moduleAddr,
CodeNotificationFlagsConverter
.FromCom(flags));
1479
flags[i] =
CodeNotificationFlagsConverter
.ToCom(codeNotif.GetCodeNotification(moduleAddr, tokens[i]));
1525
if (!
CodeNotificationFlagsConverter
.IsValid(flags[check]))
1529
else if (!
CodeNotificationFlagsConverter
.IsValid(singleFlags))
1548
_target.Contracts.CodeNotifications.SetCodeNotification(moduleAddr, tokens[i],
CodeNotificationFlagsConverter
.FromCom(f));