8 references to ExpressionElement
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
30112
var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.
ExpressionElement
, expression, this.context, out hash);
30115
var result = new ExpressionElementSyntax(SyntaxKind.
ExpressionElement
, expression, this.context);
35539
var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.
ExpressionElement
, expression, out hash);
35542
var result = new ExpressionElementSyntax(SyntaxKind.
ExpressionElement
, expression);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4198
/// <item><description><see cref="SyntaxKind.
ExpressionElement
"/></description></item>
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
181
public int? ExpressionElement => (int)SyntaxKind.
ExpressionElement
;
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
181
public int? ExpressionElement => (int)SyntaxKind.
ExpressionElement
;
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
181
public int? ExpressionElement => (int)SyntaxKind.
ExpressionElement
;