10 references to IsContentTypeSupported
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (5)
780base.IsContentTypeSupported(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) || 782base.IsContentTypeSupported(contentType, _deflateCompressedContentType, _deflateCompressedContentType)) || 783base.IsContentTypeSupported(contentType, _normalContentType, _normalContentType); 795if (base.IsContentTypeSupported(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) 799else if (base.IsContentTypeSupported(contentType, _deflateCompressedContentType, _deflateCompressedContentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (1)
141return IsContentTypeSupported(contentType, this.ContentType, this.MediaType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (4)
379if (IsContentTypeSupported(contentType, rss1MediaType, rss1MediaType)) 383if (IsContentTypeSupported(contentType, rss2MediaType, rss2MediaType)) 387if (IsContentTypeSupported(contentType, htmlMediaType, atomMediaType)) 391if (IsContentTypeSupported(contentType, atomMediaType, atomMediaType))