Resolve remaining Xslt-related warnings (round 2) (#50211)
authorJose Perez Rodriguez <joperezr@microsoft.com>
Sat, 27 Mar 2021 15:59:20 +0000 (08:59 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 15:59:20 +0000 (08:59 -0700)
commit738cd9ad8fe0a6b800d16f8a66a446372b15f1b0
treea1b762cedc1c3940908b5451eafcba6a2217c1c2
parent8e690a261f4f167a9829a60c0e4989a64498fbf7
Resolve remaining Xslt-related warnings (round 2) (#50211)

* Resolve remaining Xslt-related warnings

* Addressing final linker warning and adding annotations to ref assembly

* Update src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/GenerateHelper.cs

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Update src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlExtensionFunction.cs

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Addressing PR feedback

* kept -> preserved

* Address remaining feedback

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
13 files changed:
src/libraries/System.Private.Xml/src/ILLink/ILLink.Suppressions.xml
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/GenerateHelper.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlExtensionFunction.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlQueryContext.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlQueryRuntime.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XsltLibrary.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/QilGeneratorEnv.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/Scripts.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/XslAstAnalyzer.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/Processor.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/XsltCompileContext.cs
src/libraries/System.Private.Xml/src/System/Xml/Xslt/XsltArgumentList.cs
src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.cs