Nullable: System.Xml, part 3
authorKrzysztof Wicher <kwicher@microsoft.com>
Fri, 29 May 2020 21:07:47 +0000 (14:07 -0700)
committerKrzysztof Wicher <kwicher@microsoft.com>
Fri, 29 May 2020 21:07:47 +0000 (14:07 -0700)
commit67c258ea3f3d9e45be5716f06b64e84ef5cdd9e7
tree2c621514100dbe9d9af54f2f86d53dafc53aba4a
parent0955d7f38597ea80856bd5f6b0cdb915ad90a1a8
Nullable: System.Xml, part 3
102 files changed:
src/libraries/System.Private.CoreLib/src/System/LocalAppContextSwitches.Common.cs
src/libraries/System.Private.Xml/src/System/Xml/AsyncHelper.cs
src/libraries/System.Private.Xml/src/System/Xml/Base64Decoder.cs
src/libraries/System.Private.Xml/src/System/Xml/Base64Encoder.cs
src/libraries/System.Private.Xml/src/System/Xml/Base64EncoderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/BinHexDecoder.cs
src/libraries/System.Private.Xml/src/System/Xml/BinHexEncoder.cs
src/libraries/System.Private.Xml/src/System/Xml/BinHexEncoderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/BitStack.cs
src/libraries/System.Private.Xml/src/System/Xml/Bits.cs
src/libraries/System.Private.Xml/src/System/Xml/ByteStack.cs
src/libraries/System.Private.Xml/src/System/Xml/Cache/Shape.cs
src/libraries/System.Private.Xml/src/System/Xml/Cache/ShapeGenerator.cs
src/libraries/System.Private.Xml/src/System/Xml/Cache/XPathDocumentView.cs
src/libraries/System.Private.Xml/src/System/Xml/Cache/XPathNodeView.cs
src/libraries/System.Private.Xml/src/System/Xml/Cache/XPathNodeViewPropertyDescriptor.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IDtdInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/IDtdParserAdapter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/ReadContentAsBinaryHelper.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/ReadOnlyTernaryTree.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlCharCheckingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlEventCache.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/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/XmlWrappingReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingReaderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWrappingWriterAsync.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/Core/XsdValidatingReaderAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/DiagnosticsSwitches.cs
src/libraries/System.Private.Xml/src/System/Xml/EmptyEnumerator.cs
src/libraries/System.Private.Xml/src/System/Xml/Extensions/ExtensionMethods.cs
src/libraries/System.Private.Xml/src/System/Xml/HWStack.cs
src/libraries/System.Private.Xml/src/System/Xml/IApplicationResourceStreamResolver.cs
src/libraries/System.Private.Xml/src/System/Xml/IHasXmlNode.cs
src/libraries/System.Private.Xml/src/System/Xml/LineInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/MTNameTable.cs
src/libraries/System.Private.Xml/src/System/Xml/Ref.cs
src/libraries/System.Private.Xml/src/System/Xml/Resolvers/XmlKnownDtds.cs
src/libraries/System.Private.Xml/src/System/Xml/Resolvers/XmlPreloadedResolverAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/Asttree.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/BitSet.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/ParserAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaDeclBase.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaEntity.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNamespacemanager.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNotation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ValidationEventArgs.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ValidationEventHandler.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/ValidationState.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAll.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAnnotated.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAnnotation.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/XmlSchemaAppInfo.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAttribute.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAttributeGroup.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaAttributeGroupref.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaChoice.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaCompilationSettings.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaComplexContent.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaComplexContentExtension.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaComplexContentRestriction.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaContent.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaContentModel.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaContentProcessing.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaContentType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDataType.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDerivationMethod.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaDocumentation.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.cs
src/libraries/System.Private.Xml/src/System/Xml/ValidateNames.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlCharType.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlComplianceUtil.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlConvert.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlEncoding.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlNamespaceScope.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlNodeOrder.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlNodeType.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlNullResolver.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlQualifiedName.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlReservedNs.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlResolver.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlResolverAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlSecureResolver.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlSecureResolverAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlUrlResolverAsync.cs