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