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