47 references to Keyword
Microsoft.VisualStudio.LanguageServices.CSharp (47)
LanguageService\CSharpHelpContextService.cs (47)
121text = Keyword("$"); 127text = Keyword("@"); 133text = Keyword("@$"); 142text = Keyword("Utf8StringLiteral"); 148text = Keyword("RawStringLiteral"); 207text = Keyword("discard"); 225text = Keyword("nullForgiving"); 238text = Keyword("::"); 244text = Keyword("namedParameter"); 254text = Keyword("optionalParameter"); 259text = Keyword("propertyInitializer"); 264text = Keyword("enum"); 269text = Keyword("="); 277text = Keyword("anonymousObject"); 282text = Keyword("using"); 287text = Keyword("attributeNamedArgument"); 293text = Keyword("let"); 308text = Keyword("="); 316text = Keyword("functionPointer"); 323text = Keyword("?"); 329text = Keyword("=>"); 336text = Keyword("generics"); 355text = Keyword("defaultline"); 380text = Keyword("nameof"); 391text = Keyword("partialmethod"); 396text = Keyword("partialtype"); 404? Keyword("whereconstraint") 405: Keyword("whereclause"); 410text = Keyword("required"); 418text = Keyword(token.ValueText); 432text = Keyword("privateprotected"); 437text = Keyword("protectedinternal"); 442? Keyword("using-static") 443: Keyword("using"); 446text = Keyword("using-static"); 450text = Keyword("yield"); 469text = Keyword("from"); 475text = Keyword("join"); 484text = Keyword("defaultconstraint"); 490text = Keyword("defaultcase"); 497text = Keyword("classconstraint"); 503text = Keyword("structconstraint"); 509text = Keyword("using-statement"); 515text = Keyword("switch-expression"); 521text = Keyword(token.Text); 528text = Keyword("var"); 534text = Keyword("dynamic");