2 references to InternalIndexOf
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (2)
138return this.InternalIndexOf(item); 172int index = this.InternalIndexOf(item);