1 write to _nextDestinationActorValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (1)
67
_nextDestinationActorValue
= nextDestinationActorValue;
2 references to _nextDestinationActorValue
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (2)
112
get { return
_nextDestinationActorValue
; }
162
return actor.Length == 0 || actor == _ultimateDestinationActor || actor ==
_nextDestinationActorValue
;