1 instantiation of XmlNotation
System.Private.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
630dtNode.Notations.SetNamedItem(new XmlNotation(scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, _doc));
5 references to XmlNotation
netstandard (1)
netstandard.cs (1)
2491[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNotation))]
System.Data.Common (2)
System\Xml\DataPointer.cs (2)
716return ((XmlNotation)(_node)).PublicId; 743return ((XmlNotation)(_node)).SystemId;
System.Xml (1)
System.Xml.cs (1)
220[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNotation))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
148[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNotation))]