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)
169
if (
_contentType
== null)
193
return
_contentType
.ToString();
570
return
_contentType
!;