2 writes to _mustUnderstandActorValues
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (2)
79
_mustUnderstandActorValues
= new string[] { "", nextDestinationActorValue };
84
_mustUnderstandActorValues
= new string[] { "", ultimateReceiverActor, nextDestinationActorValue };
1 reference to _mustUnderstandActorValues
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (1)
142
get { return
_mustUnderstandActorValues
; }