Nullable: System.Xml, part 5 (XmlDocument) (#39691)
authorKrzysztof Wicher <mordotymoja@gmail.com>
Fri, 24 Jul 2020 23:18:45 +0000 (01:18 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 23:18:45 +0000 (01:18 +0200)
commit0e5614c1bcef4c744295c8ee4ddcd94a9ec8025a
tree6f14b337674b5526a62f21396305fb239b164a4b
parentca9547949d8d9612d3dcff1babb001112b36fd93
Nullable: System.Xml, part 5 (XmlDocument) (#39691)

* Nullable: System.Xml, part 5 (XmlDocument)

* apply feedback
85 files changed:
src/libraries/System.Private.Xml/src/System/Xml/BinaryXml/XmlBinaryReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IDtdParser.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IRemovableWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IValidationEventHandling.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/QueryOutputWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/QueryOutputWriterV1.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/ValidatingReaderNodeData.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlAsyncCheckReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlAsyncCheckWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlAutoDetectWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlCharCheckingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlCharCheckingReaderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlCharCheckingWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlCharCheckingWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawWriterAsync.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.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextWriter.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/XmlValidatingReaderImplAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriterHelpers.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriterHelpersAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWriterSettings.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdCachingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdCachingReaderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdValidatingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/DocumentSchemaValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/DocumentXmlWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/DomNameTable.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XPathNodeList.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlAttribute.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlAttributeCollection.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlCDataSection.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlCharacterData.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlChildEnumerator.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlChildNodes.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlComment.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDeclaration.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDocument.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDocumentFragment.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDocumentType.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDomTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlElement.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlElementList.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlEntity.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlEntityReference.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlEventChangedAction.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlImplementation.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlLinkedNode.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlLoader.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlName.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNamedNodeMap.SmallXmlNodeList.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNamedNodemap.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNode.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNodeChangedEventArgs.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNodeChangedEventHandler.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNodeList.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNodeReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlNotation.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlProcessingInstruction.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlSignificantWhiteSpace.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlText.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlUnspecifiedAttribute.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlWhitespace.cs
src/libraries/System.Private.Xml/src/System/Xml/Resolvers/XmlPreloadedResolver.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/BaseValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DtdParser.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DtdValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Parser.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XdrValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaCollection.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaValidationException.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlCharType.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlConvert.cs