1 reference to AllValidComFlags
Microsoft.Diagnostics.DataContractReader.Legacy (1)
CodeNotificationFlagsConverter.cs (1)
25
public static bool IsValid(uint flags) => (flags & ~
AllValidComFlags
) == 0;