Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (33)
183FindTypeReferences(lambda.Body, typeReferences);
315FindTypeReferences(lambda.Body, typeReferences);
422FindTypeReferences(binaryExpression.Left, typeReferences);
423FindTypeReferences(binaryExpression.Right, typeReferences);
428FindTypeReferences(conditional.Test, typeReferences);
429FindTypeReferences(conditional.IfTrue, typeReferences);
430FindTypeReferences(conditional.IfFalse, typeReferences);
447FindTypeReferences(invocation.Expression, typeReferences);
450FindTypeReferences(invocation.Arguments[i], typeReferences);
456FindTypeReferences(lambda.Body, typeReferences);
459FindTypeReferences(lambda.Parameters[i], typeReferences);
465FindTypeReferences(listInit.NewExpression, typeReferences);
471FindTypeReferences(arguments[argumentIndex], typeReferences);
489FindTypeReferences(memberExpression.Expression, typeReferences);
496FindTypeReferences(memberInit.NewExpression, typeReferences);
509FindTypeReferences(arrayIndex.Object, typeReferences);
513FindTypeReferences(arguments[i], typeReferences);
518FindTypeReferences(alternateIndex.Left, typeReferences);
519FindTypeReferences(alternateIndex.Right, typeReferences);
528FindTypeReferences(methodCall.Object, typeReferences);
557FindTypeReferences(callArguments[i], typeReferences);
567FindTypeReferences(expressions[i], typeReferences);
577FindTypeReferences(boundExpressions[i], typeReferences);
595FindTypeReferences(ctorArguments[i], typeReferences);
601FindTypeReferences(typeBinary.Expression, typeReferences);
609FindTypeReferences(unary.Operand, typeReferences);
620FindTypeReferences(unaryExpression.Operand, typeReferences);
630FindTypeReferences(variables[i], typeReferences);
635FindTypeReferences(blockExpressions[i], typeReferences);
641FindTypeReferences(assign.Left, typeReferences);
642FindTypeReferences(assign.Right, typeReferences);
656FindTypeReferences(assignment.Expression, typeReferences);
667FindTypeReferences(arguments[j], typeReferences);