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