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