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