2 writes to _subType
System.Net.Mail (2)
System\Net\Mime\ContentType.cs (2)
102_subType = MailBnfHelper.ReadToken(value, ref offset); 232_subType = MailBnfHelper.ReadToken(_type, ref offset);
5 references to _subType
System.Net.Mail (5)
System\Net\Mime\ContentType.cs (5)
92get { return _mediaType + "/" + _subType; } 103if (_subType.Length == 0 || offset < value.Length) 178builder.Append(_subType); // Must not have unicode, already validated 219[MemberNotNull(nameof(_subType))] 233if (string.IsNullOrEmpty(_subType))