4 writes to IsReadOnly
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (1)
494IsReadOnly = false;
System.Configuration.ConfigurationManager (2)
System\Configuration\PropertyInformationCollection.cs (1)
18IsReadOnly = true;
System\Configuration\ReadOnlyNameValueCollection.cs (1)
22IsReadOnly = true;
System.ServiceModel.Primitives (1)
Internals\System\Runtime\UrlUtility.cs (1)
498IsReadOnly = false;
3 references to IsReadOnly
System.Collections.Specialized (3)
System\Collections\Specialized\NameValueCollection.cs (3)
189if (IsReadOnly) 258if (IsReadOnly) 304if (IsReadOnly)