2 writes to threadingModel
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ServiceInfo.cs (2)
133this.threadingModel = ThreadingModel.STA; 138this.threadingModel = ThreadingModel.MTA;
1 reference to threadingModel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
267get { return this.threadingModel; }