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