Nullable: System.Xml, part 4 (schema) (#37724)
authorKrzysztof Wicher <mordotymoja@gmail.com>
Wed, 17 Jun 2020 18:30:54 +0000 (11:30 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 18:30:54 +0000 (11:30 -0700)
commitbfa1f7072f0c6c4fcb868b37bebad53c31fd7f8d
tree5ffdf31ec41aed6b15bb6e836044b51b9f304348
parent27b31f7f0fa98f6bece0bcefb494edd70eaa1922
Nullable: System.Xml, part 4 (schema) (#37724)

* Nullable: System.Xml, part 4 (schema)
93 files changed:
src/libraries/System.Private.Xml/src/System/Xml/Core/IDtdInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IDtdParserAdapterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlEventCache.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/XmlReader.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/XmlTextReaderImplAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImplHelpers.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImplHelpersAsync.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/XmlWrappingWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWriterAsync.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/Asttree.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/AutoValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/BaseProcessor.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/BaseValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Chameleonkey.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/CompiledidEntityConstraint.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ConstraintStruct.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ContentValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DataTypeImplementation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DtdParser.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DtdParserAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/DtdValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/FacetChecker.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/IXmlSchemaInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Inference/Infer.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/NamespaceList.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Parser.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ParserAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Preprocessor.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaAttDef.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaCollectionCompiler.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaCollectionpreProcessor.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaElementDecl.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNames.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNamespacemanager.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaSetCompiler.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XdrBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XdrValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlAtomicValue.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchema.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAnnotated.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAny.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAnyAttribute.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAttribute.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaCollection.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaComplexType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDataType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDocumentation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaElement.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaException.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaExternal.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaFacet.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaForm.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaGroup.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaGroupBase.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaGroupRef.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaIdEntityConstraint.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaImport.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaInclude.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaNotation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaObject.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaObjectCollection.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaObjectTable.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaParticle.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaRedefine.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSequence.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSet.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleContent.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleContentExtension.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleContentRestriction.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleTypeContent.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleTypeList.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleTypeRestriction.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSimpleTypeUnion.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaSubstitutionGroup.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.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/XmlUntypedStringConverter.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlValueConverter.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdDateTime.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdValidator.cs