2 references to SetMethodCompletions
System.Workflow.Activities (2)
Rules\Parser\Parser.cs (2)
1539parserContext.SetMethodCompletions(validation.ExpressionInfo(postfixExpr).ExpressionType, validation.ThisType, methodName, isStatic, !isStatic, validation); 1676parserContext.SetMethodCompletions(thisType, thisType, methodName, true, true, validation);