4 references to EncoderKey
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (4)
181
keys.Add(
EncoderKey
);
499
else if (name ==
EncoderKey
)
743
array[index++] = new KeyValuePair<string, object>(
EncoderKey
, _encoder);
813
pairs.Add(new KeyValuePair<string, object>(
EncoderKey
, _encoder));