5 references to TypeParam
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (3)
155if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out type) || MtomGlobals.XopType != type) 234if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out rootType) 236throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomRootRequiredParamNotSpecified, MtomGlobals.TypeParam)));
System\Xml\XmlMtomWriter.cs (2)
155MtomGlobals.TypeParam, MtomGlobals.XopType, 172contentType = String.Format(CultureInfo.InvariantCulture, "{0};{1}=\"{2}\"", contentType, MtomGlobals.TypeParam, startInfo);