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)
122return _type; 205result = (string.Equals(_type, contentType.TypeComponent, StringComparison.OrdinalIgnoreCase) && 219Debug.Assert(!string.IsNullOrEmpty(_type) || !string.IsNullOrEmpty(_subType)); 221StringBuilder stringBuilder = new StringBuilder(_type);