8 writes to ConcurrencyMode
System.ServiceModel (4)
System\ServiceModel\Channels\PeerService.cs (1)
37
ConcurrencyMode
= ConcurrencyMode.Multiple,
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
61
serviceBehavior.
ConcurrencyMode
= ConcurrencyMode.Multiple;
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
15
[ServiceBehavior(UseSynchronizationContext = false, InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)]
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
43
[ServiceBehavior(Name = WSTrustServiceContractConstants.ServiceBehaviorName, Namespace = WSTrustServiceContractConstants.Namespace, InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)]
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AnnouncementService.cs (1)
14
[ServiceBehavior(InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)]
System.Web.Extensions (3)
ApplicationServices\AuthenticationService.cs (1)
26
ServiceBehavior(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)
ApplicationServices\ProfileService.cs (1)
23
[ServiceBehavior(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)]
ApplicationServices\RoleService.cs (1)
27
ServiceBehavior(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode
= ConcurrencyMode.Multiple)
4 references to ConcurrencyMode
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
260
instance.SetProperty(AdministrationStrings.ConcurrencyMode, serviceBehavior.
ConcurrencyMode
.ToString());
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
316
return (attribute.
ConcurrencyMode
== ConcurrencyMode.Single);
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (2)
241
if (serviceBehavior.
ConcurrencyMode
== ConcurrencyMode.Multiple)
248
if (serviceBehavior.
ConcurrencyMode
== ConcurrencyMode.Reentrant