1 write to endpointTraits
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SendOperation.cs (1)
29
this.
endpointTraits
= new List<RoutingEndpointTrait>();
7 references to endpointTraits
System.ServiceModel.Routing (7)
System\ServiceModel\Routing\SendOperation.cs (7)
32
this.
endpointTraits
.Add(new RoutingEndpointTrait(routerContract, endpoint, operationContext));
35
if (this.
endpointTraits
.Count == 0)
45
Fx.Assert(this.currentIndex < this.
endpointTraits
.Count, "CurrentEndpoint should not be accessed after TryMoveToAlternate returned false!");
47
RoutingEndpointTrait trait = this.
endpointTraits
[this.currentIndex];
54
get { return this.currentIndex < (this.
endpointTraits
.Count - 1); }
59
get { return (this.
endpointTraits
.Count - 1); }
92
if (++this.currentIndex < this.
endpointTraits
.Count)