9 references to CodeNotificationFlagsConverter
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataMethodDefinition.cs (3)
405
*flags =
CodeNotificationFlagsConverter
.ToCom(codeNotif.GetCodeNotification(_module, _token));
426
if (!
CodeNotificationFlagsConverter
.IsValid(flags))
429
codeNotif.SetCodeNotification(_module, _token,
CodeNotificationFlagsConverter
.FromCom(flags));
SOSDacImpl.IXCLRDataProcess.cs (6)
799
if (!
CodeNotificationFlagsConverter
.IsValid(flags))
810
_target.Contracts.CodeNotifications.SetAllCodeNotifications(moduleAddr,
CodeNotificationFlagsConverter
.FromCom(flags));
872
flags[i] =
CodeNotificationFlagsConverter
.ToCom(codeNotif.GetCodeNotification(moduleAddr, tokens[i]));
917
if (!
CodeNotificationFlagsConverter
.IsValid(flags[check]))
921
else if (!
CodeNotificationFlagsConverter
.IsValid(singleFlags))
940
_target.Contracts.CodeNotifications.SetCodeNotification(moduleAddr, tokens[i],
CodeNotificationFlagsConverter
.FromCom(f));