1 implementation of AddExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
92
public int
AddExpression
=> (int)SyntaxKind.AddExpression;
1 reference to AddExpression
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (1)
97
syntaxFacts.SyntaxKinds.
AddExpression
== token.Parent.Parent.RawKind)