3 references to TypeOfFlagsAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1069
type.CustomAttributes.Add(new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.
TypeOfFlagsAttribute
)));
1070
AddImportStatement(Globals.
TypeOfFlagsAttribute
.Namespace, contractCodeDomInfo.CodeNamespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (1)
196
IsFlags = type.GetTypeInfo().IsDefined(Globals.
TypeOfFlagsAttribute
, false);