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)
312
if (!propertyBindingPoint.
IsReadOnly
&& (propertyBindingPoint.Value is not null || propertyBindingPoint.HasNewValue))
384
if (!bindingPoint.
IsReadOnly
)
405
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
408
if (!bindingPoint.
IsReadOnly
&& newValue != null)
429
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
432
if (!bindingPoint.
IsReadOnly
&& newValue != null)
447
if (bindingPoint.
IsReadOnly
)