1 write to publicId
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
39
this.
publicId
= settings.DocTypePublic;
4 references to publicId
System.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (4)
68
if (this.systemId != null || this.
publicId
!= null)
111
settings.DocTypePublic = this.
publicId
;
122
if (this.
publicId
== null && this.systemId == null) {
148
this.
publicId
,