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