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