Made InvalidNonWhitespaceHtmlCharacters internal

This commit is contained in:
Ajay Bhargav Baaskaran 2017-07-06 16:47:31 -07:00
parent 45fad171a6
commit 6fdd4d653c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Razor.Language
RegexOptions.None,
TimeSpan.FromMilliseconds(500));
public static IReadOnlyCollection<char> InvalidNonWhitespaceHtmlCharacters { get; } = new HashSet<char>(
internal static IReadOnlyCollection<char> InvalidNonWhitespaceHtmlCharacters { get; } = new List<char>(
new[] { '@', '!', '<', '/', '?', '[', '>', ']', '=', '"', '\'', '*' });
/// <summary>