4 references to StartInfoParam
System.Runtime.Serialization (4)
System\Xml\XmlMtomReader.cs (3)
166
if (!header.Parameters.TryGetValue(MtomGlobals.
StartInfoParam
, out startInfo))
2396
if (this.parameters.ContainsKey(MtomGlobals.
StartInfoParam
))
2400
string startInfo = this.parameters[MtomGlobals.
StartInfoParam
];
System\Xml\XmlMtomWriter.cs (1)
162
contentTypeBuilder.AppendFormat(CultureInfo.InvariantCulture, ";{0}=\"{1}\"", MtomGlobals.
StartInfoParam
, startInfo);