2 writes to _type
System.Net.WebHeaderCollection (2)
System\Net\WebHeaderCollection.cs (2)
45_type = WebHeaderCollectionType.WebRequest; 61_type = WebHeaderCollectionType.WebResponse;
4 references to _type
System.Net.WebHeaderCollection (4)
System\Net\WebHeaderCollection.cs (4)
43if (_type == WebHeaderCollectionType.Unknown) 47return _type == WebHeaderCollectionType.WebRequest; 59if (_type == WebHeaderCollectionType.Unknown) 63return _type == WebHeaderCollectionType.WebResponse;