1 write to items
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\ConcurrentSet.cs (1)
109newItems = Interlocked.CompareExchange(ref this.items, newItems, oldItems);
2 references to items
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\ConcurrentSet.cs (2)
30var oldItems = this.items; 68var oldItems = this.items;