1 write to _syncRoot
mscorlib (1)
system\collections\queue.cs (1)
112
System.Threading.Interlocked.CompareExchange(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\queue.cs (2)
111
if(
_syncRoot
== null) {
114
return
_syncRoot
;