1 write to _lockList
System.Private.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
84_lockList = new SortedList();
6 references to _lockList
System.Private.Xml (6)
System\Xml\Schema\Preprocessor.cs (6)
131for (schemaIndex = 0; schemaIndex < _lockList.Count; schemaIndex++) 133listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex)!; 150if (schemaIndex == _lockList.Count) 157listSchema = (XmlSchema)_lockList.GetByIndex(schemaIndex)!; 242if (_lockList.Contains(schema.SchemaId)) 246_lockList.Add(schema.SchemaId, schema);