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