3 references to CharsetParam
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (2)
180if (!header.Parameters.TryGetValue(MtomGlobals.CharsetParam, out charset) 182throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomRootRequiredParamNotSpecified, MtomGlobals.CharsetParam)));
System\Xml\XmlMtomWriter.cs (1)
169string contentType = String.Format(CultureInfo.InvariantCulture, "{0};{1}={2}", MtomGlobals.XopType, MtomGlobals.CharsetParam, CharSet(encoding));