1 write to _syncRoot
mscorlib (1)
system\collections\stack.cs (1)
85
System.Threading.Interlocked.CompareExchange<Object>(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\stack.cs (2)
84
if(
_syncRoot
== null) {
87
return
_syncRoot
;