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)
315
if (!propertyBindingPoint.
IsReadOnly
&& (propertyBindingPoint.Value is not null || propertyBindingPoint.HasNewValue))
387
if (!bindingPoint.
IsReadOnly
)
408
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
411
if (!bindingPoint.
IsReadOnly
&& newValue != null)
432
if (!bindingPoint.
IsReadOnly
|| bindingPoint.Value is not null)
435
if (!bindingPoint.
IsReadOnly
&& newValue != null)
450
if (bindingPoint.
IsReadOnly
)