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 (3)
ScenarioTestTypes.cs (3)
705[CallbackBehavior(UseSynchronizationContext = false)] 714[CallbackBehavior(UseSynchronizationContext = false)] 919[CallbackBehavior(UseSynchronizationContext = false)]
2 references to CallbackBehaviorAttribute
System.ServiceModel (1)
netstandard.cs (1)
26[assembly: TypeForwardedTo(typeof(CallbackBehaviorAttribute))]
System.ServiceModel.Duplex (1)
DotNetForwards.cs (1)
6[assembly: TypeForwardedTo(typeof(System.ServiceModel.CallbackBehaviorAttribute))]