2 writes to AppSpecific
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
90property.AppSpecific = this.appSpecific.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
58set { this.property.AppSpecific = value; }
3 references to AppSpecific
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
220if (property.AppSpecific.HasValue) 221this.appSpecific = new IntProperty(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC, property.AppSpecific.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
57get { return this.property.AppSpecific; }