7 references to MessageProperties
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1491
_properties = new
MessageProperties
();
1523
_properties = new
MessageProperties
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
47
_properties = new
MessageProperties
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
995
_properties = new
MessageProperties
();
1233
_properties = new
MessageProperties
();
1438
_properties = new
MessageProperties
();
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
187
_outgoingMessageProperties = new
MessageProperties
();