2 writes to _contentType
WindowsBase (2)
Base\MS\Internal\ContentType.cs (2)
92
_contentType
= String.Empty;
302
_contentType
= stringBuilder.ToString();
2 references to _contentType
WindowsBase (2)
Base\MS\Internal\ContentType.cs (2)
275
if (
_contentType
== null)
305
return
_contentType
;