1 override of ElementBindingExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3173
public override SyntaxNode
ElementBindingExpression
(IEnumerable<SyntaxNode> arguments)
2 references to ElementBindingExpression
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
2138
/// cref="
ElementBindingExpression
(IEnumerable{SyntaxNode})"/> to generate the <paramref
2157
=>
ElementBindingExpression
((IEnumerable<SyntaxNode>)arguments);