-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused locals and methods in System.Private.Xml #39592
Remove unused locals and methods in System.Private.Xml #39592
Conversation
Please do not merge this PR until we're done with nullable annotations for XML. Merging may cause unnecessary conflicts with work in progress which we're currently targeting for 5.0, you can track the effort here: #2339 |
@MattKotsenas, can you rebase this on master, now that the PRs @krwq described have been merged? Thanks. |
5b9548b
to
c6aea7a
Compare
@stephentoub, rebased. @krwq, can you take another look when you have a moment? Thanks! |
src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializationReader.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/CompilerScopeManager.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/XsltLoader.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Xslt/XsltLoader.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlDocument/XmlDocumentTests/CreateCDataSectionTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.cs
Outdated
Show resolved
Hide resolved
...ate.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/XmlNodeReaderConstructionTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlDocument/XmlDocumentTests/NameTableTests.cs
Outdated
Show resolved
Hide resolved
2232f8a
to
1bb3184
Compare
src/libraries/System.Private.Xml/src/System/Xml/Schema/ContentValidator.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaCollectionCompiler.cs
Outdated
Show resolved
Hide resolved
I don't have merge permissions, so if everything looks good, please merge on my behalf. If there are any issues or questions, please let me know. Thanks! |
Thanks @MattKotsenas, looks good to me, let's see if we can get clean CI run first |
@krwq you can set auto-merge label in such a case of course |
Thanks @MattKotsenas! |
Remove unused locals and private methods in System.Private.Xml.
This fixes part of #30457