14 writes to IsReadOnly
System (1)
sys\system\configuration\ReadOnlyNameValueCollection.cs (1)
23IsReadOnly = true;
System.Configuration (1)
System\Configuration\PropertyInformationCollection.cs (1)
32IsReadOnly = true;
System.ServiceModel.Internals (1)
System\Runtime\UrlUtility.cs (1)
487IsReadOnly = false;
System.Web (10)
HttpCookieCollection.cs (3)
42IsReadOnly = readOnly; 71IsReadOnly = col.IsReadOnly; 149IsReadOnly = true;
HttpFileCollection.cs (1)
57IsReadOnly = col.IsReadOnly;
HttpValueCollection.cs (4)
52IsReadOnly = col.IsReadOnly; 59IsReadOnly = readOnly; 148IsReadOnly = true; 152IsReadOnly = false;
XmlSiteMapProvider.cs (2)
970IsReadOnly = true; 974IsReadOnly = isReadonly;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1400this.IsReadOnly = flag;
6 references to IsReadOnly
System (3)
compmod\system\collections\specialized\namevaluecollection.cs (3)
204if (IsReadOnly) 268if (IsReadOnly) 309if (IsReadOnly)
System.Web (3)
HttpCookieCollection.cs (1)
71IsReadOnly = col.IsReadOnly;
HttpFileCollection.cs (1)
57IsReadOnly = col.IsReadOnly;
HttpValueCollection.cs (1)
52IsReadOnly = col.IsReadOnly;