3 writes to _contentType
System.IO.Packaging (3)
System\IO\Packaging\PackagePart.cs (3)
117_contentType = null; 121_contentType = new ContentType(contentType); 191_contentType = new ContentType(contentType);
3 references to _contentType
System.IO.Packaging (3)
System\IO\Packaging\PackagePart.cs (3)
169if (_contentType == null) 193return _contentType.ToString(); 570return _contentType!;