3 references to IdAttributeName
System.IO.Packaging (3)
System\IO\Packaging\InternalRelationshipCollection.cs (3)
355string? idAttributeValue = reader.GetAttribute(IdAttributeName); 357throw new XmlException(SR.Format(SR.RequiredRelationshipAttributeMissing, IdAttributeName), null, reader.LineNumber, reader.LinePosition); 518writer.WriteAttributeString(IdAttributeName, relationship.Id);