1 write to nextDestinationActorValue
System.ServiceModel (1)
System\ServiceModel\EnvelopeVersion.cs (1)
64
this.
nextDestinationActorValue
= nextDestinationActorValue;
2 references to nextDestinationActorValue
System.ServiceModel (2)
System\ServiceModel\EnvelopeVersion.cs (2)
109
get { return
nextDestinationActorValue
; }
159
return actor.Length == 0 || actor == this.ultimateDestinationActor || actor == this.
nextDestinationActorValue
;