3 references to _allowedUsers
System.ServiceModel.NetNamedPipe (3)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (3)
28
if (elementToBeCloned.
_allowedUsers
!= null)
30
foreach (SecurityIdentifier id in elementToBeCloned.
_allowedUsers
)
32
_allowedUsers
.Add(id);