3 writes to m_Type
System (3)
net\System\Net\WebHeaderCollection.cs (3)
253m_Type = WebHeaderCollectionType.WebRequest; 262m_Type = WebHeaderCollectionType.WebResponse; 985m_Type = type;
19 references to m_Type
System (19)
net\System\Net\WebHeaderCollection.cs (19)
252if (m_Type==WebHeaderCollectionType.Unknown) { 255return m_Type==WebHeaderCollectionType.WebRequest || m_Type==WebHeaderCollectionType.HttpWebRequest || m_Type==WebHeaderCollectionType.HttpListenerRequest; 261if (m_Type==WebHeaderCollectionType.Unknown) { 264return m_Type==WebHeaderCollectionType.WebResponse || m_Type==WebHeaderCollectionType.HttpWebResponse || m_Type==WebHeaderCollectionType.HttpListenerResponse; 307if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 327if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 346if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 359if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 392if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 561if (m_Type == WebHeaderCollectionType.HttpWebRequest) 568else if (m_Type == WebHeaderCollectionType.HttpListenerResponse) 622if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 665if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 699if (m_Type==WebHeaderCollectionType.HttpListenerResponse) { 717if (m_Type==WebHeaderCollectionType.HttpListenerResponse) {