2 instantiations of XmlEntity
System.Private.Xml (2)
System\Xml\Dom\XmlLoader.cs (2)
639XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 649XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
12 references to XmlEntity
netstandard (1)
netstandard.cs (1)
2474[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntity))]
System.Data.Common (2)
System\Xml\DataPointer.cs (2)
710return ((XmlEntity)(_node)).PublicId; 737return ((XmlEntity)(_node)).SystemId;
System.Private.Xml (7)
System\Xml\Dom\XmlDocument.cs (2)
1727internal XmlEntity? GetEntityNode(string name) 1733return (XmlEntity?)(entities.GetNamedItem(name));
System\Xml\Dom\XmlEntityReference.cs (1)
207XmlEntity? ent = OwnerDocument!.GetEntityNode(_name);
System\Xml\Dom\XmlLoader.cs (4)
639XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 649XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 868internal void ExpandEntity(XmlEntity ent) 905foreach (XmlEntity ent in entities)
System.Xml (1)
System.Xml.cs (1)
203[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntity))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
131[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntity))]