Nullable: System.Xml, part 2
authorKrzysztof Wicher <kwicher@microsoft.com>
Fri, 1 May 2020 00:06:58 +0000 (17:06 -0700)
committerKrzysztof Wicher <kwicher@microsoft.com>
Fri, 1 May 2020 00:07:02 +0000 (17:07 -0700)
commit833a7afab9c7d187a099574227b9189bd0a98cf9
tree1de7cb13f1ea9fc906a214c072305ce810e23ce2
parentd56f849515de83598bc9819cc8657a9255cdb824
Nullable: System.Xml, part 2
28 files changed:
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/IncrementalReadDecoders.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/LocalAppContextSwitches.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/NamespaceHandling.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/XmlRawWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReaderSettings.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextEncoder.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/XmlTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdValidatingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XsdValidatingReaderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/AutoValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/BaseValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Inference/XmlSchemaInferenceException.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaUse.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaValidity.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSeverityType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlTokenizedType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlTypeCode.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdDuration.cs