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