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