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