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