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