1 write to lockList
System.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
82
lockList
= new SortedList();
6 references to lockList
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (6)
120
for (schemaIndex = 0; schemaIndex <
lockList
.Count; schemaIndex++) {
121
listSchema = (XmlSchema)
lockList
.GetByIndex(schemaIndex);
138
if (schemaIndex ==
lockList
.Count) {
143
listSchema = (XmlSchema)
lockList
.GetByIndex(schemaIndex);
222
if (
lockList
.Contains(schema.SchemaId)) {
225
lockList
.Add(schema.SchemaId, schema);