1 write to transportManagerDirectory
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (1)
91transportManagerDirectory = tempDirectory;
5 references to transportManagerDirectory
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (5)
119Fx.Assert(transportManagerDirectory.Count == 1, "There should be only one TM in this mode"); 120return transportManagerDirectory[0]; 124switch (this.transportManagerDirectory.Count) 131HostedHttpTransportManager manager = this.transportManagerDirectory[0]; 152foreach (HostedHttpTransportManager manager in this.transportManagerDirectory)