1 write to _publicId
System.Private.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
40_publicId = settings.DocTypePublic;
4 references to _publicId
System.Private.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (4)
74if (_systemId != null || _publicId != null) 124settings.DocTypePublic = _publicId; 136if (_publicId == null && _systemId == null) 166_publicId,