1 write to _mediaType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
286_mediaType = TextMessageEncoderFactory.GetMediaType(version);
2 references to _mediaType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (2)
287_contentType = TextMessageEncoderFactory.GetContentType(_mediaType, writeEncoding); 339get { return _mediaType; }