2 references to XmlBaseAttributeName
WindowsBase (2)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
660
string xmlBaseAttributeValue = reader.GetAttribute(
XmlBaseAttributeName
);
663
throw new XmlException(SR.Get(SRID.InvalidXmlBaseAttributePresent,
XmlBaseAttributeName
), null, reader.LineNumber, reader.LinePosition);