4 references to Special
System.Private.Xml (4)
System\Xml\Serialization\Types.cs (4)
223
get { return (_flags & TypeFlags.
Special
) != 0; }
861
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue;
914
flags |= TypeFlags.
Special
| TypeFlags.CanBeAttributeValue;
920
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue;