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