3 references to SecondaryDataType
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
546
AddPrimitive(typeof(TimeOnly), "time", "TimeOnlyIgnoreOffset", TypeFlags.
SecondaryDataType
| TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
648
if ((flags & TypeFlags.
SecondaryDataType
) != 0)
711
var flags = (TypeFlags.
SecondaryDataType
| TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);