3 references to Element
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\Delegation\HtmlCommitCharacterResponseRewriter.cs (1)
47if (item.Kind == CompletionItemKind.Element)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostDocumentCompletionEndpointTest.cs (1)
1457Kind = !commitElementsWithSpace ? CompletionItemKind.Element : CompletionItemKind.None,
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostDocumentCompletionEndpointTest.cs (1)
1457Kind = !commitElementsWithSpace ? CompletionItemKind.Element : CompletionItemKind.None,