1 write to publicId
System.Xml (1)
System\Xml\Core\QueryOutputWriterV1.cs (1)
41
this.
publicId
= settings.DocTypePublic;
3 references to publicId
System.Xml (3)
System\Xml\Core\QueryOutputWriterV1.cs (3)
83
if (this.systemId != null || this.
publicId
!= null)
115
if (this.
publicId
== null && this.systemId == null) {
134
this.
publicId
,