3 writes to _state
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
898
_state
= StateUninitialized;
920
_state
= StateInnerLoop;
935
_state
= StateDone;
1 reference to _state
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
905
switch (
_state
)