1 override of GetByIndex
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
688
public override object?
GetByIndex
(int index)
19 references to GetByIndex
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
137
listSchema = (XmlSchema)_lockList.
GetByIndex
(schemaIndex);
164
listSchema = (XmlSchema)_lockList.
GetByIndex
(schemaIndex);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
174
currentSchema = (XmlSchema)schemas.
GetByIndex
(schemaIndex);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
540
mainSchema = (XmlSchema)_schemas.
GetByIndex
(i);
636
currentSchema = (XmlSchema)_schemas.
GetByIndex
(schemaIndex);
685
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i);
831
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i);
1270
currentSchema = (XmlSchema)copyFromList.
GetByIndex
(i);
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
692
return _list.
GetByIndex
(index);
1059
return sortedList.
GetByIndex
(index);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
887
CookieCollection cc = (CookieCollection)list.
GetByIndex
(e)!;
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
133
listSchema = (XmlSchema)_lockList.
GetByIndex
(schemaIndex)!;
157
listSchema = (XmlSchema)_lockList.
GetByIndex
(schemaIndex)!;
System\Xml\Schema\SchemaSetCompiler.cs (1)
181
currentSchema = (XmlSchema)schemas.
GetByIndex
(schemaIndex)!;
System\Xml\Schema\XmlSchemaSet.cs (5)
428
XmlSchema mainSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
513
currentSchema = (XmlSchema)_schemas.
GetByIndex
(schemaIndex)!;
559
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
686
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
1113
currentSchema = (XmlSchema)copyFromList.
GetByIndex
(i)!;