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