5 references to IsInvoked
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.IdentifierUsedAsValueFinder.cs (2)
208enclosingBinder.LookupIdentifier(_lookupResult, id, SyntaxFacts.IsInvoked(id), ref useSiteInfo); 236invoked = SyntaxFacts.IsInvoked(memberAccess);
Binder\Binder_Expressions.cs (3)
1820Debug.Assert(SyntaxFacts.IsInvoked(id) == invoked); 2510return this.BindExpression(node, diagnostics, SyntaxFacts.IsInvoked(node), SyntaxFacts.IsIndexed(node)); 7643Debug.Assert(invoked == SyntaxFacts.IsInvoked(node));