2 overrides of IsContentTypeSupported
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
772public override bool IsContentTypeSupported(string contentType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
359public override bool IsContentTypeSupported(string contentType)
3 references to IsContentTypeSupported
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
775if (!base.IsContentTypeSupported(contentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
148if (!_encoder.IsContentTypeSupported(_contentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
366if (base.IsContentTypeSupported(contentType))