8 references to GeneralEntities
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
638if (schInfo.GeneralEntities != null) 640foreach (SchemaEntity scEnt in schInfo.GeneralEntities.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
288if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) 314if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en))
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (3)
1251if (!_schemaInfo.GeneralEntities.ContainsKey(entityName)) 1253_schemaInfo.GeneralEntities.Add(entityName, entity); 3427_schemaInfo.GeneralEntities.TryGetValue(entityName, out entity);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
476if (schemaInfo.GeneralEntities.TryGetValue(qname, out entity))