2 writes to _contentType
System.IO.Packaging (2)
System\IO\Packaging\ContentType.cs (2)
82
_contentType
= string.Empty;
238
_contentType
= stringBuilder.ToString();
2 references to _contentType
System.IO.Packaging (2)
System\IO\Packaging\ContentType.cs (2)
217
if (
_contentType
== null)
241
return
_contentType
;