11 references to AddTagHelperKeyword
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs (4)
213SyntaxConstants.CSharp.AddTagHelperKeyword, 252SyntaxConstants.CSharp.AddTagHelperKeyword, 297SyntaxConstants.CSharp.AddTagHelperKeyword, 346SyntaxConstants.CSharp.AddTagHelperKeyword,
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\CSharpCodeParser.cs (4)
28SyntaxConstants.CSharp.AddTagHelperKeyword, 64SyntaxConstants.CSharp.AddTagHelperKeyword, 209MapDirective(ParseAddTagHelperDirective, directiveParserMap, keywordsSet, context, SyntaxConstants.CSharp.AddTagHelperKeyword); 1266SyntaxConstants.CSharp.AddTagHelperKeyword,
Language\RazorCodeDocumentExtensions.cs (1)
55Debug.Assert(directive is RazorUsingDirectiveSyntax || directive.DirectiveBody.Keyword.GetContent() == SyntaxConstants.CSharp.AddTagHelperKeyword);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\RemoveUnnecessaryDirectivesCodeActionProvider.cs (1)
81return directive.DirectiveBody.Keyword.GetContent() == SyntaxConstants.CSharp.AddTagHelperKeyword;
Extensions\RazorSyntaxNodeExtensions.cs (1)
32=> directive.DirectiveBody.Keyword.GetContent() == SyntaxConstants.CSharp.AddTagHelperKeyword;