1 write to _collection
System.Net.Http (1)
System\Net\Http\Headers\ObjectCollection.cs (1)
199_collection = collection;
2 references to _collection
System.Net.Http (2)
System\Net\Http\Headers\ObjectCollection.cs (2)
207T[] items = new T[_collection.Count]; 208_collection.CopyTo(items, 0);