5 references to TypeParam
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (3)
205if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out type) || MtomGlobals.XopType != type) 284if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out rootType) 286throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.MtomRootRequiredParamNotSpecified, MtomGlobals.TypeParam)));
Internals\System\Xml\XmlMtomWriter.cs (2)
169MtomGlobals.TypeParam, MtomGlobals.XopType, 186contentType = string.Format(CultureInfo.InvariantCulture, "{0};{1}=\"{2}\"", contentType, MtomGlobals.TypeParam, startInfo);