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