1 write to _syncRoot
mscorlib (1)
system\collections\bitarray.cs (1)
421
System.Threading.Interlocked.CompareExchange<Object>(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\bitarray.cs (2)
420
if(
_syncRoot
== null) {
423
return
_syncRoot
;