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