Fix #1330 - make TagHelpers static class internal

This commit is contained in:
Ryan Nowak 2017-05-12 18:15:43 -07:00
parent fd3a34b000
commit 72fe4cc952
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using System.Collections.Generic;
namespace Microsoft.CodeAnalysis.Razor
{
public static class TagHelpers
internal static class TagHelpers
{
public static IReadOnlyList<TagHelperDescriptor> GetTagHelpers(Compilation compilation)
{