1 write to _subType
System.IO.Packaging (1)
System\IO\Packaging\ContentType.cs (1)
297_subType = ValidateToken(typeAndSubType.Slice(forwardSlashPos + 1).ToString());
4 references to _subType
System.IO.Packaging (4)
System\IO\Packaging\ContentType.cs (4)
134return _subType; 206string.Equals(_subType, contentType.SubTypeComponent, StringComparison.OrdinalIgnoreCase)); 219Debug.Assert(!string.IsNullOrEmpty(_type) || !string.IsNullOrEmpty(_subType)); 223stringBuilder.Append(_subType);