2 writes to IsFlags
System.Runtime.Serialization (2)
System\Runtime\Serialization\EnumDataContract.cs (2)
107set { helper.IsFlags = value; } 195IsFlags = type.IsDefined(Globals.TypeOfFlagsAttribute, false);
1 reference to IsFlags
System.Runtime.Serialization (1)
System\Runtime\Serialization\EnumDataContract.cs (1)
103get { return helper.IsFlags; }