1 instantiation of SynchronousReceiveBehavior
System.ServiceModel (1)
System\ServiceModel\Configuration\SynchronousReceiveElement.cs (1)
17return new System.ServiceModel.Description.SynchronousReceiveBehavior();
2 references to SynchronousReceiveBehavior
System.ServiceModel (2)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
506else if (behavior is SynchronousReceiveBehavior)
System\ServiceModel\Configuration\SynchronousReceiveElement.cs (1)
22get { return typeof(System.ServiceModel.Description.SynchronousReceiveBehavior); }