2 instantiations of XmlEntity
System.Private.Xml (2)
System\Xml\Dom\XmlLoader.cs (2)
639
XmlEntity ent = new
XmlEntity
(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
649
XmlEntity 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)
711
return ((
XmlEntity
)(_node)).PublicId;
738
return ((
XmlEntity
)(_node)).SystemId;
System.Private.Xml (7)
System\Xml\Dom\XmlDocument.cs (2)
1727
internal
XmlEntity
? GetEntityNode(string name)
1733
return (
XmlEntity
?)(entities.GetNamedItem(name));
System\Xml\Dom\XmlEntityReference.cs (1)
207
XmlEntity
? ent = OwnerDocument!.GetEntityNode(_name);
System\Xml\Dom\XmlLoader.cs (4)
639
XmlEntity
ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
649
XmlEntity
ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
868
internal void ExpandEntity(
XmlEntity
ent)
905
foreach (
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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
131
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlEntity
))]