71 references to LookupAttribute
System.Runtime.Remoting (71)
metadata\wsdlparser.cs (71)
149typeName = LookupAttribute(s_nameString, null, true); 165String baseType = LookupAttribute(s_baseString, null, false); 241typeName = LookupAttribute(s_nameString, null, true); 242String enumType = LookupAttribute(s_enumTypeString, s_wsdlSudsNamespaceString, false); 248String baseType = LookupAttribute(s_baseString, null, false); 320String valueString = LookupAttribute(s_valueString, null, true); 341String fieldName = LookupAttribute(s_nameString, null, true); 344String minOccurs = LookupAttribute(s_minOccursString, null, false); 345String maxOccurs = LookupAttribute(s_maxOccursString, null, false); 370fieldTypeName = LookupAttribute(s_typeString, null, false); 438String attrName = LookupAttribute(s_nameString, null, true); 442String minOccurs = LookupAttribute(s_minOccursString, null, false); 451attrTypeName = LookupAttribute(s_typeString, null, true); 516String attrName = LookupAttribute(s_baseString, null, true); 534String refValue = LookupAttribute(s_refString, null, true); 539arrayType = LookupAttribute(s_arrayTypeString, s_wsdlNamespaceString, true); 577String elmName = LookupAttribute(s_nameString, null, true); 579String typeName = LookupAttribute(s_typeString, null, false); 653typeName = LookupAttribute(s_refTypeString, s_wsdlSudsNamespaceString, true); 678String name = (String) LookupAttribute(s_targetNamespaceString, null, false); 764String ns = LookupAttribute(s_namespaceString, null, true); 766location = LookupAttribute(s_locationString, null, false); //wsdl 848_parsingInput.Name = LookupAttribute(s_nameString, null, false); 849_parsingInput.TargetNS = LookupAttribute(s_targetNamespaceString, null, false); 989ns = LookupAttribute(s_namespaceString, null, true); 991location = LookupAttribute(s_schemaLocationString, null, false); 1058message.name = LookupAttribute(s_nameString, null, true); 1069part.name = LookupAttribute(s_nameString, null, true); 1072part.element = LookupAttribute(s_elementString, null, false); 1073part.typeName = LookupAttribute(s_typeString, null, false); 1098portType.name = LookupAttribute(s_nameString, null, true); 1109portTypeOperation.name = LookupAttribute(s_nameString, null, true); 1111portTypeOperation.parameterOrder = LookupAttribute(s_parameterOrderString, null, false); 1138portContent.name = LookupAttribute(s_nameString, null, false); 1158portContent.message = LookupAttribute(s_messageString, null, true); 1168portContent.name = LookupAttribute(s_nameString, null, false); 1174portContent.message = LookupAttribute(s_messageString, null, true); 1191binding.name = LookupAttribute(s_nameString, null, true); 1193binding.type = LookupAttribute(s_typeString, null, true); 1215sb.style = LookupAttribute(s_styleString, null, true); 1228sb.transport = LookupAttribute(s_transportString, null, true); 1240suds.typeName = LookupAttribute(s_typeString, null, true); 1242suds.extendsTypeName = LookupAttribute(s_extendsString, null, false); 1243String use = LookupAttribute(s_rootTypeString, null, false); 1255suds.typeName = LookupAttribute(s_typeString, null, true); 1257String use = LookupAttribute(s_rootTypeString, null, false); 1268op.name = LookupAttribute(s_nameString, null, true); 1295impl.typeName = LookupAttribute(s_typeString, null, true); 1304nestedType.name = LookupAttribute(s_nameString, null, true); 1305nestedType.typeName = LookupAttribute(s_typeString, null, true); 1361op.methodAttributes = LookupAttribute(s_attributesString, null, true); 1369soapOp.soapAction = LookupAttribute(s_soapActionString, null, false); 1370soapOp.style = LookupAttribute(s_styleString, null, false); 1417opSec.name = LookupAttribute(s_nameString, null, false); 1440soapBody.parts = LookupAttribute(s_partsString, null, false); 1441soapBody.use = LookupAttribute(s_useString, null, true); 1444soapBody.encodingStyle = LookupAttribute(s_encodingStyleString, null, false); 1445soapBody.namespaceUri = LookupAttribute(s_namespaceString, null, false); 1453soapHeader.message = LookupAttribute(s_messageString, null, true); 1455soapHeader.part = LookupAttribute(s_partString, null, true); 1456soapHeader.use = LookupAttribute(s_useString, null, true); 1457soapHeader.encodingStyle = LookupAttribute(s_encodingStyleString, null, false); 1458soapHeader.namespaceUri = LookupAttribute(s_namespaceString, null, false); 1466soapFault.name = LookupAttribute(s_nameString, null, true); 1467soapFault.use = LookupAttribute(s_useString, null, true); 1468soapFault.encodingStyle = LookupAttribute(s_encodingStyleString, null, false); 1469soapFault.namespaceUri = LookupAttribute(s_namespaceString, null, false); 1492service.name = LookupAttribute(s_nameString, null, true); 1504port.name = LookupAttribute(s_nameString, null, true); 1506port.binding = LookupAttribute(s_bindingString, null, true); 1532port.locations.Add(LookupAttribute(s_locationString, null, true));