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