3 writes to DtdSchemaInfo
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
458dtd.DtdSchemaInfo = null;
System\Xml\Dom\XmlLoader.cs (2)
619dtNode.DtdSchemaInfo = schInfo; 961dtdNode.DtdSchemaInfo = dtdInfo as SchemaInfo;
2 references to DtdSchemaInfo
System.Private.Xml (2)
System\Xml\Dom\XmlLoader.cs (2)
950if (dtdNode.DtdSchemaInfo != null) 952tr.SetDtdInfo(dtdNode.DtdSchemaInfo);