1 write to _subType
System.IO.Packaging (1)
System\IO\Packaging\ContentType.cs (1)
294_subType = ValidateToken(typeAndSubType.Slice(forwardSlashPos + 1).ToString());
4 references to _subType
System.IO.Packaging (4)
System\IO\Packaging\ContentType.cs (4)
131return _subType; 203string.Equals(_subType, contentType.SubTypeComponent, StringComparison.OrdinalIgnoreCase)); 216Debug.Assert(!string.IsNullOrEmpty(_type) || !string.IsNullOrEmpty(_subType)); 220stringBuilder.Append(_subType);