Implemented interface member:
4 references to Insert
System.ServiceModel.Primitives (1)
System\ServiceModel\SynchronizedCollection.cs (1)
294Insert(index, (T)value);
System.ServiceModel.Primitives.Tests (3)
ServiceModel\SynchronizedCollection.cs (3)
62coll.Insert(0, -1); 108coll.Insert(1000, 5); 113coll.Insert(-1, 5);