1 write to _type
System.IO.Packaging (1)
System\IO\Packaging\ContentType.cs (1)
296
_type
= ValidateToken(typeAndSubType.Slice(0, forwardSlashPos).ToString());
4 references to _type
System.IO.Packaging (4)
System\IO\Packaging\ContentType.cs (4)
122
return
_type
;
205
result = (string.Equals(
_type
, contentType.TypeComponent, StringComparison.OrdinalIgnoreCase) &&
219
Debug.Assert(!string.IsNullOrEmpty(
_type
) || !string.IsNullOrEmpty(_subType));
221
StringBuilder stringBuilder = new StringBuilder(
_type
);