3 references to XopIncludeHrefLocalName
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (2)
290
if (xmlReader.LocalName == MtomGlobals.
XopIncludeHrefLocalName
&& xmlReader.NamespaceURI == MtomGlobals.XopIncludeHrefNamespace)
296
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomXopIncludeHrefNotSpecified, MtomGlobals.
XopIncludeHrefLocalName
)));
System\Xml\XmlMtomWriter.cs (1)
353
Writer.WriteStartAttribute(MtomGlobals.
XopIncludeHrefLocalName
, MtomGlobals.XopIncludeHrefNamespace);