Skip to content

Commit

Permalink
Update src/libraries/System.Private.CoreLib/src/System/Reflection/Emi…
Browse files Browse the repository at this point in the history
…t/TypeNameBuilder.cs

Co-Authored-By: Jan Kotas <jkotas@microsoft.com>
  • Loading branch information
alexischr and jkotas committed Apr 1, 2020
1 parent d7d5962 commit ce0cc8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void AddName(string name)

_nestedName = true;

EscapeName(name!);
EscapeName(name);
}

public void AddPointer()
Expand Down

0 comments on commit ce0cc8c

Please sign in to comment.