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