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