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