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