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: Marek Safar <marek.safar@gmail.com>
  • Loading branch information
alexischr and marek-safar committed Apr 2, 2020
1 parent ce0cc8c commit b4cf76a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private void EscapeAssemblyName(string name)

private void EscapeEmbeddedAssemblyName(string name)
{
bool containsReservedChar = false;
bool constainsReservedChar = name.Contains(']');

foreach (char c in name)
{
Expand Down

0 comments on commit b4cf76a

Please sign in to comment.