1 write to _type
WindowsBase (1)
Base\MS\Internal\ContentType.cs (1)
434_type = ValidateToken(splitBasedOnForwardSlash[0]);
5 references to _type
WindowsBase (5)
Base\MS\Internal\ContentType.cs (5)
146return _type; 263result = (String.Compare(_type, contentType.TypeComponent, StringComparison.OrdinalIgnoreCase) == 0 && 282Debug.Assert(String.CompareOrdinal(_type, String.Empty) != 0 285StringBuilder stringBuilder = new StringBuilder(_type); 377return obj._type.ToUpperInvariant().GetHashCode() ^ obj._subType.ToUpperInvariant().GetHashCode();