1 write to _publicId
System.Private.Xml (1)
System\Xml\Core\QueryOutputWriterV1.cs (1)
38
_publicId
= settings.DocTypePublic;
3 references to _publicId
System.Private.Xml (3)
System\Xml\Core\QueryOutputWriterV1.cs (3)
88
if (_systemId != null ||
_publicId
!= null)
126
if (
_publicId
== null && _systemId == null)
149
_publicId
,