Add CSharpCodeGenerator tests (#33886)
authorHugh Bellamy <hughbellars@gmail.com>
Mon, 21 Sep 2020 17:58:39 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 17:58:39 +0000 (10:58 -0700)
commite489111db3cb25a7ff9640c2e3a6e9561f56cc07
tree4a83512eb5bace79c54fb0811146c65961e4ae17
parent3def004df84b02ed858fee5e5dd78bb93b2abf78
Add CSharpCodeGenerator tests (#33886)

* Add CSharpCodeGenerator tests
src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeGenerator.cs
src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeGenerator.cs
src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeValidator.cs
src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ExposedTabStringIndentedTextWriter.cs
src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CSharpCodeGeneratorTests.cs [new file with mode: 0644]