1 override of GetByIndex
mscorlib (1)
system\collections\sortedlist.cs (1)
649public override Object GetByIndex(int index) {
11 references to GetByIndex
mscorlib (2)
system\collections\sortedlist.cs (2)
651return _list.GetByIndex(index); 967return sortedList.GetByIndex(index);
System.Management (1)
WmiGenerator.cs (1)
4632if (String.Compare(sortedList.GetByIndex(i).ToString(),strToFind,StringComparison.OrdinalIgnoreCase) == 0)
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
121listSchema = (XmlSchema)lockList.GetByIndex(schemaIndex); 143listSchema = (XmlSchema)lockList.GetByIndex(schemaIndex);
System\Xml\Schema\SchemaSetCompiler.cs (1)
144currentSchema = (XmlSchema)schemas.GetByIndex(schemaIndex);
System\Xml\Schema\XmlSchemaSet.cs (5)
462mainSchema = (XmlSchema)schemas.GetByIndex(i); 541currentSchema = (XmlSchema)schemas.GetByIndex(schemaIndex); 582currentSchema = (XmlSchema)schemas.GetByIndex(i); 710currentSchema = (XmlSchema)schemas.GetByIndex(i); 1082currentSchema = (XmlSchema)copyFromList.GetByIndex(i);