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