1 write to _states
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
19_states = new Dictionary<Key, object>();
7 references to _states
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (7)
36lock (_states) 38_states.Add(key, state); 49lock (_states) 51value = (T)_states[key]; 54_states.Remove(key); 68lock (_states) 70_states.Remove(request.RequestCorrelatorKey);