6 references to ContentTypeAttributeName
System.IO.Packaging (6)
System\IO\Packaging\ZipPackage.cs (6)
1175
string? contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1176
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, DefaultTagName, reader);
1201
string? contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1202
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, OverrideTagName, reader);
1264
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());
1272
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());