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