1 write to grantedSid
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1585
this.
grantedSid
= grantedSid;
4 references to grantedSid
System.ServiceModel (4)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
1592
Utility.AddRightGrantedToAccount(new SecurityIdentifier(
grantedSid
), ListenerUnsafeNativeMethods.PROCESS_DUP_HANDLE);
1593
processWideRefCount.Add(
grantedSid
, this);
1604
Utility.RemoveRightGrantedToAccount(new SecurityIdentifier(
grantedSid
), ListenerUnsafeNativeMethods.PROCESS_DUP_HANDLE);
1605
processWideRefCount.Remove(
grantedSid
);