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