9 references to CodeNotificationFlagsConverter
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataMethodDefinition.cs (3)
579*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(_module, _token)); 600if (!CodeNotificationFlagsConverter.IsValid(flags)) 603codeNotif.SetCodeNotification(_module, _token, CodeNotificationFlagsConverter.FromCom(flags));
SOSDacImpl.IXCLRDataProcess.cs (6)
1284if (!CodeNotificationFlagsConverter.IsValid(flags)) 1295_target.Contracts.CodeNotifications.SetAllCodeNotifications(moduleAddr, CodeNotificationFlagsConverter.FromCom(flags)); 1357flags[i] = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(moduleAddr, tokens[i])); 1402if (!CodeNotificationFlagsConverter.IsValid(flags[check])) 1406else if (!CodeNotificationFlagsConverter.IsValid(singleFlags)) 1425_target.Contracts.CodeNotifications.SetCodeNotification(moduleAddr, tokens[i], CodeNotificationFlagsConverter.FromCom(f));