2 writes to IsReadOnly
Microsoft.Extensions.Configuration.Binder (2)
BindingPoint.cs (2)
19
IsReadOnly
= isReadOnly;
25
IsReadOnly
= isReadOnly;
10 references to IsReadOnly
Microsoft.Extensions.Configuration.Binder (10)
BindingPoint.cs (3)
34
if (
IsReadOnly
)
60
Debug.Assert(!
IsReadOnly
);
68
if (!
IsReadOnly
)
ConfigurationBinder.cs (7)
314
if (!propertyBindingPoint.
IsReadOnly
&& propertyBindingPoint.Value is not null)
360
if (!bindingPoint.
IsReadOnly
)
381
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
384
if (!bindingPoint.
IsReadOnly
&& newValue != null)
405
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
408
if (!bindingPoint.
IsReadOnly
&& newValue != null)
423
if (bindingPoint.
IsReadOnly
)