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