Implemented interface member:
method
IsAnonymousFunctionExpression
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsAnonymousFunctionExpression(Microsoft.CodeAnalysis.SyntaxNode)
1 reference to IsAnonymousFunctionExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
102
if (CSharpSyntaxFacts.Instance.
IsAnonymousFunctionExpression
(current))