7 references to SubTypeWithoutSuffix
Microsoft.Net.Http.Headers (7)
MediaTypeHeaderValue.cs (7)
319/// period separated list of StringSegments in the <see cref="SubTypeWithoutSuffix"/>. 330return SubTypeWithoutSuffix.Split(PeriodCharacterArray); 360SubTypeWithoutSuffix.Equals(WildcardString, StringComparison.OrdinalIgnoreCase); 753set.SubTypeWithoutSuffix.Equals(SubTypeWithoutSuffix, StringComparison.OrdinalIgnoreCase); 767return SubTypeWithoutSuffix.Equals(WildcardString, StringComparison.OrdinalIgnoreCase) || 768SubTypeWithoutSuffix.Equals(subTypeWithoutSuffix, StringComparison.OrdinalIgnoreCase);