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