1 write to processWideRefCount
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1521processWideRefCount = new Dictionary<string, RegistrationRefCount>();
4 references to processWideRefCount
System.ServiceModel (4)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
1559if (!processWideRefCount.TryGetValue(newSid, out registration)) 1572RegistrationRefCount registration = processWideRefCount[grantedSid]; 1593processWideRefCount.Add(grantedSid, this); 1605processWideRefCount.Remove(grantedSid);