12 references to XmlTrueLiteral
System.Data.Services (12)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
1568xmlWriter.WriteAttributeString(facetName, XmlConstants.XmlTrueLiteral); 1842xmlWriter.WriteAttributeString(XmlConstants.Abstract, XmlConstants.XmlTrueLiteral); 1974xmlWriter, XmlConstants.IsDefaultEntityContainerAttribute, XmlConstants.XmlTrueLiteral);
System\Data\Services\Serializers\Atom10FormatterFactory.cs (1)
66value == XmlConstants.XmlTrueLiteral)
System\Data\Services\Serializers\JsonReader.cs (1)
252if (s.Equals(XmlConstants.XmlTrueLiteral, StringComparison.Ordinal))
System\Data\Services\Serializers\JsonWriter.cs (1)
165this.WriteCore(value ? XmlConstants.XmlTrueLiteral : XmlConstants.XmlFalseLiteral, /* quotes */ false);
System\Data\Services\Serializers\MetadataSerializer.cs (4)
431attr.KeepInContent ? XmlConstants.XmlTrueLiteral : XmlConstants.XmlFalseLiteral); 461xmlWriter.WriteAttributeString(XmlConstants.DataWebOpenTypeAttributeName, XmlConstants.XmlTrueLiteral); 567xmlWriter.WriteAttributeString(XmlConstants.Nullable, nullable ? XmlConstants.XmlTrueLiteral : XmlConstants.XmlFalseLiteral); 680MetadataSerializer.WriteDataWebMetadata(xmlWriter, XmlConstants.IsDefaultEntityContainerAttribute, XmlConstants.XmlTrueLiteral);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
85writer.WriteAttributeString(XmlConstants.AtomNullAttributeName, XmlConstants.DataWebMetadataNamespace, XmlConstants.XmlTrueLiteral);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
476target.AttributeExtensions[QualifiedNullAttribute] = XmlConstants.XmlTrueLiteral;