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]); 1308get { return _headers; } 1385new AddressHeaderCollection(_headers),