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