Switch Markup property to XmlNode?[]? to reflect it can contain null elements (#41488)
authorDavid CantĂș <dacantu@microsoft.com>
Fri, 28 Aug 2020 06:47:24 +0000 (23:47 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 06:47:24 +0000 (23:47 -0700)
commit7408f1b0e4a184ff24dd1a48bd74dbb51aad7e4f
treec5ab7b5b21eec1e767e6ce0eeed9eedda587b9bd
parentbcfd90de2a96f4fbe84448df5989b7fd8b258c8a
Switch Markup property to XmlNode?[]? to reflect it can contain null elements (#41488)

* Switch Markup property to XmlNode?[]? to reflect it can contain null elements

* Update ref
src/libraries/System.Private.Xml/src/System/Xml/Schema/Parser.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XdrBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAppInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDocumentation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/SchemaObjectWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSchemaImporter.cs
src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.cs