5 references to IsInvoked
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.IdentifierUsedAsValueFinder.cs (2)
200
enclosingBinder.LookupIdentifier(_lookupResult, id, SyntaxFacts.
IsInvoked
(id), ref useSiteInfo);
228
invoked = SyntaxFacts.
IsInvoked
(memberAccess);
Binder\Binder_Expressions.cs (3)
1752
Debug.Assert(SyntaxFacts.
IsInvoked
(id) == invoked);
2433
return this.BindExpression(node, diagnostics, SyntaxFacts.
IsInvoked
(node), SyntaxFacts.IsIndexed(node));
7432
Debug.Assert(invoked == SyntaxFacts.
IsInvoked
(node));