3 references to s_defaultKeywords
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\CSharpCodeParser.cs (3)
111
FrozenSet.Create(StringComparer.Ordinal,
s_defaultKeywords
));
141
var currentKeywordsSet = new HashSet<string>(capacity:
s_defaultKeywords
.Length + directives.Length, StringComparer.Ordinal);
142
currentKeywordsSet.UnionWith(
s_defaultKeywords
);