4 instantiations of IntervalCollection
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (4)
190IntervalCollection matches = new IntervalCollection(); 362slot = new IntervalCollection(); 574return new IntervalCollection(); 783this.intervals = new IntervalCollection();
16 references to IntervalCollection
System.ServiceModel (16)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (16)
188internal IntervalCollection GetIntervalsWithEndPoint(double endPoint) 190IntervalCollection matches = new IntervalCollection(); 254IntervalCollection eqSlot; 255IntervalCollection gtSlot; 257IntervalCollection ltSlot; 268internal IntervalCollection EqSlot 276internal IntervalCollection GtSlot 296internal IntervalCollection LtSlot 358void AddToSlot(ref IntervalCollection slot, Interval interval) 455void RemoveFromSlot(ref IntervalCollection slot, Interval interval) 500IntervalCollection slot; 512internal IntervalCollection Slot 553IntervalCollection intervals; 568internal IntervalCollection Intervals 871IntervalCollection replacementIntervals = null; 1127IntervalCollection matches = traverser.Slot;