2 references to XmlBaseAttributeName
System.IO.Packaging (2)
System\IO\Packaging\InternalRelationshipCollection.cs (2)
571
string? xmlBaseAttributeValue = reader.GetAttribute(
XmlBaseAttributeName
);
574
throw new XmlException(SR.Format(SR.InvalidXmlBaseAttributePresent,
XmlBaseAttributeName
), null, reader.LineNumber, reader.LinePosition);