3 writes to systemId
System.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
307
this.
systemId
= systemId;
442
ParseExternalId( token, Token.DOCTYPE, out publicId, out
systemId
);
System\Xml\Schema\DtdParserAsync.cs (1)
87
systemId
= tuple_0.Item2;
10 references to systemId
System.Xml (10)
System\Xml\Schema\DtdParser.cs (5)
463
if (
systemId
!= null &&
systemId
.Length > 0 ) {
475
if (
systemId
!= null &&
systemId
.Length > 0 ) {
489
if ( !readerAdapter.PushExternalSubset(
systemId
, publicId ) ) {
System\Xml\Schema\DtdParserAsync.cs (5)
108
if (
systemId
!= null &&
systemId
.Length > 0 ) {
120
if (
systemId
!= null &&
systemId
.Length > 0 ) {
134
if ( !await readerAdapter.PushExternalSubsetAsync(
systemId
, publicId ).ConfigureAwait(false) ) {