5 references to IsInvoked
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.IdentifierUsedAsValueFinder.cs (2)
201
enclosingBinder.LookupIdentifier(_lookupResult, id, SyntaxFacts.
IsInvoked
(id), ref useSiteInfo);
229
invoked = SyntaxFacts.
IsInvoked
(memberAccess);
Binder\Binder_Expressions.cs (3)
1780
Debug.Assert(SyntaxFacts.
IsInvoked
(id) == invoked);
2445
return this.BindExpression(node, diagnostics, SyntaxFacts.
IsInvoked
(node), SyntaxFacts.IsIndexed(node));
7453
Debug.Assert(invoked == SyntaxFacts.
IsInvoked
(node));