1 write to allowAccounts
SMSvcHost (1)
System\ServiceModel\Activation\NetTcpSectionData.cs (1)
35this.allowAccounts = new List<SecurityIdentifier>();
2 references to allowAccounts
SMSvcHost (2)
System\ServiceModel\Activation\NetTcpSectionData.cs (2)
38this.allowAccounts.Add(element.SecurityIdentifier); 85return this.allowAccounts;