Cleanup unneeded codes regarding `unsafe` (#1188)
authorGanbarukamo41 <ganbarukamo@gmail.com>
Fri, 27 Dec 2019 15:38:19 +0000 (00:38 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 27 Dec 2019 15:38:19 +0000 (07:38 -0800)
commit7012768294a103e21436864e061047e5f4925e9c
treec129590ae4a4c0138eef38aeb4fa7f245713b529
parent0647ec314948904319da5eb15e9931f7c85ed1e2
Cleanup unneeded codes regarding `unsafe` (#1188)

* Remove incorrect comments

* Remove unnecessary `unsafe` keywords
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextEncoder.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/XmlTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlUtf8RawTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriter.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/ValidateNames.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlCharType.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlConvert.cs