6 references to ElementName
System.Web.Services (5)
System\Web\Services\Description\SoapProtocolImporter.cs (4)
120XmlMemberMapping responseMapping = FindMapping(responseList, requestMapping.ElementName); 137if (mapping.ElementName == elementName) 820soapExporter.AddMappingMetadata(mainCodeMethod.ReturnTypeCustomAttributes, parameters.Return, parameters.Return.ElementName != uniqueMethodName + "Result"); 822xmlExporter.AddMappingMetadata(mainCodeMethod.ReturnTypeCustomAttributes, parameters.Return, response.Namespace, parameters.Return.ElementName != uniqueMethodName + "Result");
System\Web\Services\Description\SoapProtocolReflector.cs (1)
176if (members.Count == 1 && members[0].Any && members[0].ElementName.Length == 0 && !wrapped) {
System.Xml (1)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
173if (members.Count == 1 && members[0].Any && members[0].ElementName.Length == 0) {