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