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