1 write to schemaInfos
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
128schemaInfos = new Dictionary<XmlSchemaInfo, XmlSchemaInfo>(new XmlSchemaInfoEqualityComparer());
5 references to schemaInfos
System.Xml.Linq (5)
System\Xml\Linq\XNodeValidator.cs (5)
127if (schemaInfos == null) { 132if (!schemaInfos.ContainsKey(si)) { 133schemaInfos.Add(si, si); 137if (!schemaInfos.TryGetValue(schemaInfo, out si)) { 139schemaInfos.Add(si, si);