3 references to SystemId
System.Data.Common (1)
System\Xml\DataPointer.cs (1)
738
return ((XmlEntity)(_node)).
SystemId
;
System.Private.Xml (2)
System\Xml\Dom\XmlEntityReference.cs (2)
210
if (!string.IsNullOrEmpty(ent.
SystemId
))
211
return ConstructBaseURI(ent.BaseURI, ent.
SystemId
);