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)
146
return
_type
;
263
result = (String.Compare(
_type
, contentType.TypeComponent, StringComparison.OrdinalIgnoreCase) == 0 &&
282
Debug.Assert(String.CompareOrdinal(
_type
, String.Empty) != 0
285
StringBuilder stringBuilder = new StringBuilder(
_type
);
377
return obj.
_type
.ToUpperInvariant().GetHashCode() ^ obj._subType.ToUpperInvariant().GetHashCode();