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