1 write to _contentType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
133_contentType = mediaValueContentType == null ? string.Empty : mediaValueContentType.ToString();
6 references to _contentType
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (6)
137if (string.IsNullOrEmpty(_contentType)) 148if (!_encoder.IsContentTypeSupported(_contentType)) 157_contentType, 186return await _encoder.ReadMessageAsync(await inputStreamTask, _factory.BufferManager, _factory.MaxBufferSize, _contentType); 237return await _encoder.ReadMessageAsync(maxMessageSizeStream, _factory.MaxBufferSize, _contentType); 275return _encoder.ReadMessage(buffer, _factory.BufferManager, _contentType);