Skip to content

Commit

Permalink
Make KnownType class and fields public, to make it usable in SyntaxFa…
Browse files Browse the repository at this point in the history
…cade (#6760)
  • Loading branch information
antonioaversa committed Feb 15, 2023
1 parent bfdeee3 commit c3ee7ab
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 505 deletions.
Expand Up @@ -23,7 +23,7 @@
namespace SonarAnalyzer.Helpers
{
[DebuggerDisplay("{DebuggerDisplay}")]
internal sealed partial class KnownType
public sealed partial class KnownType
{
private readonly IList<string> namespaceParts;
private readonly string[] genericParameters;
Expand Down

0 comments on commit c3ee7ab

Please sign in to comment.