27 references to
dotnet-svcutil-lib (27)
CodeDomFixup\CodeDomHelpers.cs (4)
105MatchType<AsyncCallback>(method.Parameters[paramCount - 2].Type) && 106MatchType<object>(method.Parameters[paramCount - 1].Type) && 115(MatchType<IAsyncResult>(method.Parameters[paramCount - 1].Type) || 204if (!MatchType(args1[i].Type, args2[i]))
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
370CodeParameterDeclarationExpression param = syncMethod.Parameters[paramIndex];
FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpressionCollection.cs (1)
106this.Add(value[i]);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (20)
551endMethod.Parameters[i].Type, 552endMethod.Parameters[i].Name, 586if (endMethod.Parameters[index].Type.BaseType != s_asyncResultTypeRef.BaseType) 671variableDecl.Type = beginMethod.Parameters[i].Type; 672variableDecl.Name = beginMethod.Parameters[i].Name; 677invokeBegin.Parameters.Add(new CodeDirectionExpression(beginMethod.Parameters[i].Direction, 684beginMethod.Parameters[i].Type, beginMethod.Parameters[i].Name)); 685invokeBegin.Parameters.Add(new CodeVariableReferenceExpression(beginMethod.Parameters[i].Name)); 722endMethod.Parameters[i].Type, endMethod.Parameters[i].Name)); 723invokeEnd.Parameters.Add(new CodeVariableReferenceExpression(endMethod.Parameters[i].Name)); 728endMethod.Parameters[i].Type, endMethod.Parameters[i].Name); 729CodeMethodReferenceExpression getDefaultValueMethodRef = new CodeMethodReferenceExpression(new CodeThisReferenceExpression(), s_getDefaultValueForInitializationMethodName, endMethod.Parameters[i].Type); 733invokeEnd.Parameters.Add(new CodeDirectionExpression(endMethod.Parameters[i].Direction, 852CodeParameterDeclarationExpression beginMethodParameter = beginMethod.Parameters[i]; 901eventAsyncMethod.Parameters[i].Type, 902eventAsyncMethod.Parameters[i].Name)); 905eventAsyncMethod.Parameters[i].Name));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
514CodeParameterDeclarationExpression parameter = _parameters[i];