1 override of GetByIndex
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
688public override object? GetByIndex(int index)
18 references to GetByIndex
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
137listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex); 164listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
174currentSchema = (XmlSchema)schemas.GetByIndex(schemaIndex);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
540mainSchema = (XmlSchema)_schemas.GetByIndex(i); 636currentSchema = (XmlSchema)_schemas.GetByIndex(schemaIndex); 685currentSchema = (XmlSchema)_schemas.GetByIndex(i); 831currentSchema = (XmlSchema)_schemas.GetByIndex(i); 1270currentSchema = (XmlSchema)copyFromList.GetByIndex(i);
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
692return _list.GetByIndex(index); 1059return sortedList.GetByIndex(index);
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
133listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex)!; 157listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex)!;
System\Xml\Schema\SchemaSetCompiler.cs (1)
181currentSchema = (XmlSchema)schemas.GetByIndex(schemaIndex)!;
System\Xml\Schema\XmlSchemaSet.cs (5)
416XmlSchema mainSchema = (XmlSchema)_schemas.GetByIndex(i)!; 501currentSchema = (XmlSchema)_schemas.GetByIndex(schemaIndex)!; 547currentSchema = (XmlSchema)_schemas.GetByIndex(i)!; 674currentSchema = (XmlSchema)_schemas.GetByIndex(i)!; 1101currentSchema = (XmlSchema)copyFromList.GetByIndex(i)!;