9 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);
Microsoft.Net.Http.Headers.Tests (2)
MediaTypeHeaderValueTest.cs (2)
56Assert.Equal(new StringSegment(expectedSubTypeWithoutSuffix), result.SubTypeWithoutSuffix); // TODO consider overloading to have SubTypeWithoutSuffix? 77Assert.Equal(new StringSegment(expectedSubTypeWithoutSuffix), result.SubTypeWithoutSuffix); // TODO consider overloading to have SubTypeWithoutSuffix?