2 writes to isReferenceProperty
System.ServiceModel (2)
System\ServiceModel\Channels\AddressHeader.cs (2)
335this.isReferenceProperty = false; 341this.isReferenceProperty = isReferenceProperty;
1 reference to isReferenceProperty
System.ServiceModel (1)
System\ServiceModel\Channels\AddressHeader.cs (1)
344public bool IsReferencePropertyHeader { get { return this.isReferenceProperty; } }