1 write to schemaInfos
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
156schemaInfos ??= new HashSet<XmlSchemaInfo>(new XmlSchemaInfoEqualityComparer());
3 references to schemaInfos
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
160schemaInfos.Add(si); 163if (!schemaInfos.TryGetValue(schemaInfo, out si)) 166schemaInfos.Add(si);