FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclaration.cs (1)
75Name = name;
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDelegate.cs (1)
49Name = name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (15)
165clientType.Name = NamingHelper.GetUniqueName(GetClientClassName(context.ContractType.Name), DoesMethodNameExist, context.Operations);
265helperMethod.Name = method.Name;
472m.Name = method.Name;
570resultsField.Name = NamingHelper.GetUniqueName("results", DoesMemberNameExist, argsType);
576argsType.Name = NamingHelper.GetUniqueName(GetOperationCompletedEventArgsTypeName(syncMethodName),
601property.Name = propertyName;
631operationCompletedEvent.Name = NamingHelper.GetUniqueName(GetOperationCompletedEventName(syncMethodName),
644beginOperationDelegate.Name = NamingHelper.GetUniqueName(GetBeginOperationDelegateName(syncMethodName),
657onBeginOperationMethod.Name = NamingHelper.GetUniqueName(GetBeginOperationMethodName(syncMethodName),
699endOperationDelegate.Name = NamingHelper.GetUniqueName(GetEndOperationDelegateName(syncMethodName),
711onEndOperationMethod.Name = NamingHelper.GetUniqueName(GetEndOperationMethodName(syncMethodName), DoesMethodNameExist, context.Operations);
774operationCompletedDelegate.Name = NamingHelper.GetUniqueName(GetOperationCompletedDelegateName(syncMethodName),
786operationCompletedMethod.Name = NamingHelper.GetUniqueName(GetOperationCompletedMethodName(syncMethodName),
844eventAsyncMethod.Name = NamingHelper.GetUniqueName(GetEventAsyncMethodName(syncMethodName),
892eventAsyncMethodOverload.Name = eventAsyncMethod.Name;