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