3 writes to DtdSchemaInfo
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
455dtd?.DtdSchemaInfo = null;
System\Xml\Dom\XmlLoader.cs (2)
617dtNode.DtdSchemaInfo = schInfo; 959dtdNode.DtdSchemaInfo = dtdInfo as SchemaInfo;
2 references to DtdSchemaInfo
System.Private.Xml (2)
System\Xml\Dom\XmlLoader.cs (2)
948if (dtdNode.DtdSchemaInfo != null) 950tr.SetDtdInfo(dtdNode.DtdSchemaInfo);