3 writes to _contentEncodingMap
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (3)
290_contentEncodingMap = TextMessageEncoderFactory.Soap12Content; 296_contentEncodingMap = TextMessageEncoderFactory.Soap11Content; 300_contentEncodingMap = TextMessageEncoderFactory.SoapNoneContent;
2 references to _contentEncodingMap
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (2)
414messageData.Encoding = GetEncodingFromContentType(contentType, _contentEncodingMap); 447XmlReader reader = TakeStreamedReader(stream, GetEncodingFromContentType(contentType, _contentEncodingMap));