1 instantiation of CopyAttributesAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
21private static CopyAttributesAction s_Action = new CopyAttributesAction();
3 references to CopyAttributesAction
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (2)
21private static CopyAttributesAction s_Action = new CopyAttributesAction(); 23internal static CopyAttributesAction GetAction() {
System\Xml\Xsl\XsltOld\CopyNodesetAction.cs (1)
71processor.PushActionFrame(CopyAttributesAction.GetAction(), frame.NodeSet);