13 references to Operations
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (10)
165clientType.Name = NamingHelper.GetUniqueName(GetClientClassName(context.ContractType.Name), DoesMethodNameExist, context.Operations); 203foreach (OperationContractGenerationContext operationContext in context.Operations) 632DoesMethodNameExist, context.Operations); 645DoesMethodNameExist, context.Operations); 658DoesMethodNameExist, context.Operations); 700DoesMethodNameExist, context.Operations); 711onEndOperationMethod.Name = NamingHelper.GetUniqueName(GetEndOperationMethodName(syncMethodName), DoesMethodNameExist, context.Operations); 775DoesMethodNameExist, context.Operations); 787DoesMethodNameExist, context.Operations); 845DoesMethodNameExist, context.Operations);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (3)
336_context.Operations.Add(operationContext); 531foreach (OperationContractGenerationContext operationContext in context.Operations) 549foreach (OperationContractGenerationContext operationContext in context.Operations)