1 override of GetByIndex
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
688public override object? GetByIndex(int index)
19 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.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
887CookieCollection cc = (CookieCollection)list.GetByIndex(e)!;
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)
428XmlSchema mainSchema = (XmlSchema)_schemas.GetByIndex(i)!; 513currentSchema = (XmlSchema)_schemas.GetByIndex(schemaIndex)!; 559currentSchema = (XmlSchema)_schemas.GetByIndex(i)!; 686currentSchema = (XmlSchema)_schemas.GetByIndex(i)!; 1113currentSchema = (XmlSchema)copyFromList.GetByIndex(i)!;