1 write to allowedUsersCollection
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
58
this.
allowedUsersCollection
= new Collection<SecurityIdentifier>(this.allowedUsers);
2 references to allowedUsersCollection
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (2)
56
if (this.
allowedUsersCollection
== null)
61
return this.
allowedUsersCollection
;