4 writes to Namespace
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
43[ServiceBehavior(Name = WSTrustServiceContractConstants.ServiceBehaviorName, Namespace = WSTrustServiceContractConstants.Namespace, InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]
System.Web.Extensions (3)
ApplicationServices\AuthenticationService.cs (1)
26ServiceBehavior(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)
27ServiceBehavior(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)
3 references to Namespace
System.ServiceModel (3)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
268instance.SetProperty(AdministrationStrings.Namespace, serviceBehavior.Namespace);
System\ServiceModel\Description\ServiceDescription.cs (2)
129if (serviceBehavior.Namespace != null) 130serviceDescription.Namespace = serviceBehavior.Namespace;