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