3 references to SupportedEncodings
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
55
Encoding[] supported = TextEncoderDefaults.
SupportedEncodings
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
73
Encoding[] supportedEncodings =
SupportedEncodings
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1286
Encoding[] supportedEncodings = TextEncoderDefaults.
SupportedEncodings
;