1 write to cachedEndpointHeaderCollection
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
254
this.
cachedEndpointHeaderCollection
= new AddressHeaderCollection(this.Endpoint.Headers);
2 references to cachedEndpointHeaderCollection
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
252
if (this.
cachedEndpointHeaderCollection
== null)
256
return this.
cachedEndpointHeaderCollection
;