2 references to StartParam
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (1)
213if (!header.Parameters.TryGetValue(MtomGlobals.StartParam, out start))
Internals\System\Xml\XmlMtomWriter.cs (1)
173contentTypeBuilder.AppendFormat(CultureInfo.InvariantCulture, ";{0}=\"<{1}>\"", MtomGlobals.StartParam, startUri);