1 write to isReferenceParameter
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
2053
this.
isReferenceParameter
= isReferenceParameter;
2 references to isReferenceParameter
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
2069
get { return
isReferenceParameter
; }
2090
this.actor == actor && this.mustUnderstand == mustUnderstand && this.relay == relay && this.
isReferenceParameter
== isRefParam;