1 write to systemId
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
38this.systemId = settings.DocTypeSystem;
5 references to systemId
System.Xml (5)
System\Xml\Core\QueryOutputWriter.cs (5)
44if (this.systemId != null) { 68if (this.systemId != null || this.publicId != null) 110settings.DocTypeSystem = this.systemId; 122if (this.publicId == null && this.systemId == null) { 149this.systemId,