8 references to GeneralEntities
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
638
if (schInfo.
GeneralEntities
!= null)
640
foreach (SchemaEntity scEnt in schInfo.
GeneralEntities
.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
288
if (!sinfo.
GeneralEntities
.TryGetValue(new XmlQualifiedName(name), out en))
314
if (!sinfo.
GeneralEntities
.TryGetValue(new XmlQualifiedName(name), out en))
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (3)
1251
if (!_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)
476
if (schemaInfo.
GeneralEntities
.TryGetValue(qname, out entity))