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