1 override of GetByIndex
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
688
public override object?
GetByIndex
(int index)
18 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.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)
416
XmlSchema mainSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
501
currentSchema = (XmlSchema)_schemas.
GetByIndex
(schemaIndex)!;
547
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
674
currentSchema = (XmlSchema)_schemas.
GetByIndex
(i)!;
1101
currentSchema = (XmlSchema)copyFromList.
GetByIndex
(i)!;