3 writes to DtdSchemaInfo
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
391dtd.DtdSchemaInfo = null;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
622dtNode.DtdSchemaInfo = schInfo; 966dtdNode.DtdSchemaInfo = dtdInfo as SchemaInfo;
2 references to DtdSchemaInfo
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
954if (dtdNode.DtdSchemaInfo != null) 956tr.SetDtdInfo(dtdNode.DtdSchemaInfo);