4 references to Special
System.Private.Xml (4)
System\Xml\Serialization\Types.cs (4)
222
get { return (_flags & TypeFlags.
Special
) != 0; }
798
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue;
851
flags |= TypeFlags.
Special
| TypeFlags.CanBeAttributeValue;
857
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue;