6 references to CodeMethodInvokeExpression
dotnet-svcutil-lib (6)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (3)
226codeFor.TestExpression = new CodeMethodInvokeExpression(new CodeMethodReferenceExpression(new CodeVariableReferenceExpression("e"), "MoveNext")); 269new CodeMethodInvokeExpression( 278CodeMethodInvokeExpression skip = new CodeMethodInvokeExpression(new CodeMethodReferenceExpression(new CodeVariableReferenceExpression("reader"), "Skip"));
CodeDomFixup\ConfigToCode.cs (1)
92ctor.Statements.Add(new CodeMethodInvokeExpression(
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
267CodeMethodInvokeExpression invokeMethod = new CodeMethodInvokeExpression(new CodeMethodReferenceExpression(new CodeCastExpression(ifaceType, new CodeThisReferenceExpression()), method.Name)); 730variableDecl.InitExpression = new CodeMethodInvokeExpression(getDefaultValueMethodRef);