2 writes to Keywords
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ImplicitExpressionEditHandler.cs (1)
27
Keywords
= keywords,
Language\Legacy\TagHelperBlockRewriter.cs (1)
897
Keywords
= CSharpCodeParser.DefaultKeywords
2 references to Keywords
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ImplicitExpressionEditHandler.cs (2)
37
return string.Format(CultureInfo.InvariantCulture, "{0};ImplicitExpression[{1}];K{2}", base.ToString(), AcceptTrailingDot ? "ATD" : "RTD",
Keywords
.Count);
613
return
Keywords
.Contains(reader.ReadWhile(SyntaxFacts.IsIdentifierPartCharacter));