2 references to IndexOf
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
514return this.opcodes.IndexOf(opcode);
System\ServiceModel\Dispatcher\QueryUtil.cs (1)
473int index = this.IndexOf(t);