1 instantiation of XmlNotation
System.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
553dtNode.Notations.SetNamedItem(new XmlNotation( scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, doc ));
2 references to XmlNotation
System.Data (2)
fx\src\data\System\NewXml\DataPointer.cs (2)
575return ( ( XmlNotation ) (this.node)).PublicId; 596return ( ( XmlNotation ) (this.node)).SystemId;