2 writes to _headers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
1273
_headers
= new Collection<AddressHeader>();
1286
_headers
= new Collection<AddressHeader>();
3 references to _headers
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
1290
_headers
.Add(address.Headers[i]);
1308
get { return
_headers
; }
1385
new AddressHeaderCollection(
_headers
),