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