Add missing nullability annotation in CodeDom (#72532)
authorDustin Campbell <dustin@teamcampbell.org>
Fri, 22 Jul 2022 19:22:12 +0000 (12:22 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 19:22:12 +0000 (15:22 -0400)
commit885207ffa66333baa08739d113c67a014c459552
tree3d71b85e1a0bde27aefff190a2f923bae5a2a775
parent391d1439e7bad1441987a519c2023ce7bafcabe8
Add missing nullability annotation in CodeDom (#72532)

The `CodeTypeReference` constructors allow a `null` type name to be
provided, but one constructor was missed during annotation.
src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs
src/libraries/System.CodeDom/tests/System/CodeDom/CodeTypeReferenceTests.cs