Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.Data.SqlXml / System / Xml / Xsl / XsltOld / CopyOfAction.cs
index e316fd82df841bbd4769111717d62d809e838084..5207f98bda8d17b33702f29c3300b9c60a0ae747 100644 (file)
@@ -2,7 +2,7 @@
 // <copyright file="CopyOfAction.cs" company="Microsoft">
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>                                                                
-// <owner current="true" primary="true">Microsoft</owner>
+// <owner current="true" primary="true">[....]</owner>
 //------------------------------------------------------------------------------
 
 namespace System.Xml.Xsl.XsltOld {
@@ -48,8 +48,8 @@ namespace System.Xml.Xsl.XsltOld {
                 object result = query.Evaluate(frame.NodeSet);
 
                 if (result is XPathNodeIterator) {
-                    // we cash this query because otherwise current() works incorrectly. 
-
+                    // we cash this query because otherwise current() works incorrectly. Bug#382166.
+                    // To be perfect we should use frame.NewNodeSet here
                     processor.PushActionFrame(CopyNodeSetAction.GetAction(), new XPathArrayIterator(query));
                     frame.State = NodeSetCopied;
                     break;