8 references to Constants
System.Runtime.Serialization (8)
System\Xml\XmlMtomReader.cs (8)
2195
if (headers.TryGetValue(
Constants
.ContentType, out header))
2206
if (headers.TryGetValue(
Constants
.ContentID, out header))
2217
if (headers.TryGetValue(
Constants
.ContentTransferEncoding, out header))
2228
if (headers.TryGetValue(
Constants
.MimeVersion, out header))
2244
case
Constants
.ContentType:
2247
case
Constants
.ContentID:
2250
case
Constants
.ContentTransferEncoding:
2253
case
Constants
.MimeVersion: