1 instantiation of XmlNotation
System.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
553
dtNode.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)
575
return ( (
XmlNotation
) (this.node)).PublicId;
596
return ( (
XmlNotation
) (this.node)).SystemId;