11 writes to Encoder
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
572message.Properties.Encoder = this; 604message.Properties.Encoder = this; 644message.Properties.Encoder = this; 750message.Properties.Encoder = this;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
369this.Encoder = properties.Encoder; 413this.Encoder = properties.Encoder; 679Encoder = (MessageEncoder)value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (4)
421message.Properties.Encoder = this; 449message.Properties.Encoder = this; 493message.Properties.Encoder = this; 537message.Properties.Encoder = this;
2 references to Encoder
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (2)
369this.Encoder = properties.Encoder; 413this.Encoder = properties.Encoder;