2 writes to DocTypePublic
System.Private.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (1)
124
settings.
DocTypePublic
= _publicId;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
638
settings.
DocTypePublic
= _input.Value;
3 references to DocTypePublic
System.Private.Xml (3)
System\Xml\Core\QueryOutputWriter.cs (1)
40
_publicId = settings.
DocTypePublic
;
System\Xml\Core\QueryOutputWriterV1.cs (1)
38
_publicId = settings.
DocTypePublic
;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
634
if (currentPrec == output.DocTypePublicPrec && settings.
DocTypePublic
!= _input.Value)