48 references to Keyword
Microsoft.VisualStudio.LanguageServices.CSharp (48)
LanguageService\CSharpHelpContextService.cs (48)
117text = Keyword("$"); 123text = Keyword("@"); 129text = Keyword("@$"); 138text = Keyword("Utf8StringLiteral"); 144text = Keyword("RawStringLiteral"); 203text = Keyword("discard"); 221text = Keyword("nullForgiving"); 234text = Keyword("::"); 240text = Keyword("namedParameter"); 250text = Keyword("optionalParameter"); 255text = Keyword("propertyInitializer"); 260text = Keyword("enum"); 265text = Keyword("="); 273text = Keyword("anonymousObject"); 278text = Keyword("using"); 283text = Keyword("attributeNamedArgument"); 289text = Keyword("let"); 304text = Keyword("="); 312text = Keyword("functionPointer"); 319text = Keyword("?"); 325text = Keyword("=>"); 332text = Keyword("generics"); 351text = Keyword("defaultline"); 376text = Keyword("nameof"); 387text = Keyword("partialmethod"); 392text = Keyword("partialtype"); 400? Keyword("whereconstraint") 401: Keyword("whereclause"); 406text = Keyword("required"); 414text = Keyword(token.ValueText); 428text = Keyword("privateprotected"); 433text = Keyword("protectedinternal"); 438? Keyword("using-static") 439: Keyword("using"); 442text = Keyword("using-static"); 445text = Keyword("global-using"); 449text = Keyword("yield"); 468text = Keyword("from"); 474text = Keyword("join"); 483text = Keyword("defaultconstraint"); 489text = Keyword("defaultcase"); 496text = Keyword("classconstraint"); 502text = Keyword("structconstraint"); 508text = Keyword("using-statement"); 514text = Keyword("switch-expression"); 520text = Keyword(token.Text); 527text = Keyword("var"); 533text = Keyword("dynamic");