6 references to ContentTypeAttributeName
System.IO.Packaging (6)
System\IO\Packaging\ZipPackage.cs (6)
1173
string? contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1174
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, DefaultTagName, reader);
1199
string? contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1200
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, OverrideTagName, reader);
1262
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());
1270
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());