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