62 references to Keyword
Microsoft.AspNetCore.App.Analyzers.Test (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (18)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
SemanticTokens\SemanticTokensRangeTests.cs (5)
13812, 0, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
14316, 3, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
3151, 8, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
4051, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
5191, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (18)
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (17)
39run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
62run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
217run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
299run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
313run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
350run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
367run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
404run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
419run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
424run => run.AssertExpectedClassification("bool", ClassificationTypeNames.Keyword),
440run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
510run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
540run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
595run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
615run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
631run => run.AssertExpectedClassification("bool", ClassificationTypeNames.Keyword),
652run => run.AssertExpectedClassification("string", ClassificationTypeNames.Keyword),
Microsoft.CodeAnalysis.Workspaces (3)
Classification\ClassificationTypeNames.cs (1)
21Keyword,
Microsoft.VisualStudio.LanguageServices (1)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (5)