3 references to BoundaryParam
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (2)
158
if (!header.Parameters.TryGetValue(MtomGlobals.
BoundaryParam
, out boundary))
159
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomMessageRequiredParamNotSpecified, MtomGlobals.
BoundaryParam
)));
System\Xml\XmlMtomWriter.cs (1)
156
MtomGlobals.
BoundaryParam
, boundary));