4 references to Special
System.Xml (4)
System\Xml\Serialization\Types.cs (4)
208
get { return (flags & TypeFlags.
Special
) != 0; }
728
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue;
774
flags |= TypeFlags.
Special
| TypeFlags.CanBeAttributeValue;
779
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue;