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