3 references to TypeOfFlagsAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (2)
1086
type.CustomAttributes.Add(new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.
TypeOfFlagsAttribute
)));
1087
AddImportStatement(Globals.
TypeOfFlagsAttribute
.Namespace, contractCodeDomInfo.CodeNamespace);
System\Runtime\Serialization\EnumDataContract.cs (1)
195
IsFlags = type.IsDefined(Globals.
TypeOfFlagsAttribute
, false);