2 writes to _systemId
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
307_systemId = systemId; 458ParseExternalId(token, Token.DOCTYPE, out _publicId, out _systemId);
5 references to _systemId
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (5)
481if (_systemId != null && _systemId.Length > 0) 496if (_systemId != null && _systemId.Length > 0) 513if (!_readerAdapter.PushExternalSubset(_systemId, _publicId))