3 writes to filterPriority
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (3)
61this.filterPriority = 0; 81this.filterPriority = baseEndpoint.FilterPriority + 1; 230set { this.filterPriority = value; }
1 reference to filterPriority
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
229get { return this.filterPriority; }