6 references to Parameters
System.ServiceModel.Primitives (6)
Internals\System\Xml\XmlMtomReader.cs (6)
205if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out type) || MtomGlobals.XopType != type) 208if (!header.Parameters.TryGetValue(MtomGlobals.BoundaryParam, out boundary)) 213if (!header.Parameters.TryGetValue(MtomGlobals.StartParam, out start)) 216if (!header.Parameters.TryGetValue(MtomGlobals.StartInfoParam, out startInfo)) 230if (!header.Parameters.TryGetValue(MtomGlobals.CharsetParam, out charset) 284if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out rootType)