2 writes to _readOnly
System (2)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
254
_readOnly
= readOnly; // after collection populated
304
set {
_readOnly
= value; }
8 references to _readOnly
System (8)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (8)
136
info.AddValue(ReadOnlyName,
_readOnly
);
303
get { return
_readOnly
; }
324
if (
_readOnly
)
350
if (
_readOnly
)
382
if (
_readOnly
)
406
if (
_readOnly
)
432
if (
_readOnly
)
473
if (
_readOnly
)