Fix/remove TODO-NULLABLE in System.Private.Xml (#44149)
authorKrzysztof Wicher <mordotymoja@gmail.com>
Tue, 3 Nov 2020 13:18:46 +0000 (14:18 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Nov 2020 13:18:46 +0000 (13:18 +0000)
commit25e999005627e455f6e7d0a86f698d1a3d6f5984
tree6921a3d891515ce0df3cc99af1062096c71372ac
parent6b85595a575b33dc2ad109937118ef518ca41d8c
Fix/remove TODO-NULLABLE in System.Private.Xml (#44149)

* Fix/remove TODO-NULLABLE in System.Private.Xml

* update contract for System.Xml.ReaderWriter

* follow up changes
21 files changed:
src/libraries/System.Data.Common/src/System/Data/xmlsaver.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/XmlSerializableReader.cs
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlDictionaryReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlAsyncCheckReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlSubtreeReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.Unix.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlValidatingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlValidatingReaderImpl.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdCachingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdValidatingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/DocumentXPathNavigator.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializationReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XPath/IXpathBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XmlIlGenerator.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XmlQueryTypeFactory.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/XsltCompileContext.cs
src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.cs