4 writes to BodyType
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (2)
136property.BodyType = 0x300; 148property.BodyType = bodyType;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
93property.BodyType = this.bodyType.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
74set { this.property.BodyType = value; }
5 references to BodyType
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
427int bodyType = property.BodyType.Value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
140if (property.BodyType.HasValue)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
223if (property.BodyType.HasValue) 224EnsureBodyTypeProperty(property.BodyType.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
73get { return this.property.BodyType; }