3 writes to _readOnly
Microsoft.Build (3)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (3)
134
_readOnly
= true; // Set after possible initialization from another collection
140
_readOnly
= true; // Set after possible initialization from another collection
477
_readOnly
= true;
4 references to _readOnly
Microsoft.Build (4)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (4)
256
if (
_readOnly
)
409
if (
_readOnly
)
469
get { return
_readOnly
; }
811
if (
_readOnly
)