18 references to ParseQName
System.Runtime.Remoting (18)
metadata\wsdlparser.cs (18)
654typeNS = ParseQName(ref typeName); 1076part.elementNs = ParseQName(ref part.element); 1080part.typeNameNs = ParseQName(ref part.typeName); 1110portTypeOperation.nameNs = ParseQName(ref portTypeOperation.nameNs); 1159portContent.messageNs = ParseQName(ref portContent.message); 1169portContent.nameNs = ParseQName(ref portContent.name); 1175portContent.messageNs = ParseQName(ref portContent.message); 1194binding.typeNs = ParseQName(ref binding.type); 1241suds.ns = ParseQName(ref suds.typeName); 1246suds.extendsNs = ParseQName(ref suds.extendsTypeName); 1256suds.ns = ParseQName(ref suds.typeName); 1296impl.ns = ParseQName(ref impl.typeName); 1306nestedType.ns = ParseQName(ref nestedType.typeName); 1454soapHeader.messageNs = ParseQName(ref soapHeader.message); 1505port.nameNs = ParseQName(ref port.nameNs); 1507port.bindingNs = ParseQName(ref port.binding); 2190typeNS = ParseQName(ref typeName); 5292String typeNS = _parser.ParseQName(ref typeName);