1 write to generalEntities
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
79this.generalEntities = new Dictionary<XmlQualifiedName, SchemaEntity>();
4 references to generalEntities
System.Xml (4)
System\Xml\Schema\SchemaInfo.cs (4)
78if (this.generalEntities == null) { 81return this.generalEntities; 370if (generalEntities == null) { 375if (generalEntities.TryGetValue(qname, out entity)) {