3 references to MediaSubtype
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (2)
151|| String.Compare(MtomGlobals.MediaSubtype, header.MediaSubtype, StringComparison.OrdinalIgnoreCase) != 0) 152throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomMessageNotMultipart, MtomGlobals.MediaType, MtomGlobals.MediaSubtype)));
System\Xml\XmlMtomWriter.cs (1)
154MtomGlobals.MediaType, MtomGlobals.MediaSubtype,