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)
163
if (
_contentType
== null)
187
return
_contentType
.ToString();
564
return
_contentType
!;