3 writes to _contentType
System.IO.Packaging (3)
System\IO\Packaging\PackagePart.cs (3)
111_contentType = null; 115_contentType = new ContentType(contentType); 185_contentType = new ContentType(contentType);
3 references to _contentType
System.IO.Packaging (3)
System\IO\Packaging\PackagePart.cs (3)
163if (_contentType == null) 187return _contentType.ToString(); 564return _contentType!;