3 writes to publicId
System.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
315this.publicId = publicId; 442ParseExternalId( token, Token.DOCTYPE, out publicId, out systemId );
System\Xml\Schema\DtdParserAsync.cs (1)
86publicId = tuple_0.Item1;
2 references to publicId
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
489if ( !readerAdapter.PushExternalSubset( systemId, publicId ) ) {
System\Xml\Schema\DtdParserAsync.cs (1)
134if ( !await readerAdapter.PushExternalSubsetAsync( systemId, publicId ).ConfigureAwait(false) ) {