1 write to _publicId
System.Private.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
40
_publicId
= settings.DocTypePublic;
4 references to _publicId
System.Private.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (4)
74
if (_systemId != null ||
_publicId
!= null)
124
settings.DocTypePublic =
_publicId
;
136
if (
_publicId
== null && _systemId == null)
166
_publicId
,