6 references to Parameters
System.Runtime.Serialization (6)
System\Xml\XmlMtomReader.cs (6)
155if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out type) || MtomGlobals.XopType != type) 158if (!header.Parameters.TryGetValue(MtomGlobals.BoundaryParam, out boundary)) 163if (!header.Parameters.TryGetValue(MtomGlobals.StartParam, out start)) 166if (!header.Parameters.TryGetValue(MtomGlobals.StartInfoParam, out startInfo)) 180if (!header.Parameters.TryGetValue(MtomGlobals.CharsetParam, out charset) 234if (!header.Parameters.TryGetValue(MtomGlobals.TypeParam, out rootType)