6 instantiations of CallbackBehaviorAttribute
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.0.0.cs (2)
193[CallbackBehavior(ConcurrencyMode = ConcurrencyMode.Single, UseSynchronizationContext = false)] 214[CallbackBehavior(ConcurrencyMode = ConcurrencyMode.Multiple, UseSynchronizationContext = false)]
Client.TypedClient.IntegrationTests (1)
TypedProxyTests.4.0.0.cs (1)
407[CallbackBehavior(UseSynchronizationContext = false)]
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
699[CallbackBehavior(UseSynchronizationContext = false)] 866[CallbackBehavior(UseSynchronizationContext = false)]
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
601serviceEndpoint.Behaviors.Insert(0, new CallbackBehaviorAttribute());
5 references to CallbackBehaviorAttribute
System.ServiceModel.Primitives (5)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
70SRP.Format(SRP.SFXEndpointBehaviorUsedOnWrongSide, typeof(CallbackBehaviorAttribute).Name)));
System\ServiceModel\Channels\ServiceChannel.cs (1)
538throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxCallbackRequestReplyInOrder1, typeof(CallbackBehaviorAttribute).Name)));
System\ServiceModel\Description\TypeLoader.cs (3)
598CallbackBehaviorAttribute attr = serviceEndpoint.Behaviors.Find<CallbackBehaviorAttribute>(); 610if (behaviorAttribute is CallbackBehaviorAttribute)