2 references to InternalIndexOf
System.ServiceModel (2)
System\ServiceModel\SynchronizedCollection.cs (2)
139return this.InternalIndexOf(item); 173int index = this.InternalIndexOf(item);