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