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)
414
messageData.Encoding = GetEncodingFromContentType(contentType,
_contentEncodingMap
);
447
XmlReader reader = TakeStreamedReader(stream, GetEncodingFromContentType(contentType,
_contentEncodingMap
));