3 writes to _targetNS
System.Runtime.Remoting (3)
metadata\wsdlwriter.cs (3)
269
_targetNS
= xns.Namespace;
562
_targetNS
= ((XMLNamespace)_namespaces[0]).Namespace;
564
_targetNS
= "http://schemas.xmlsoap.org/wsdl/";
4 references to _targetNS
System.Runtime.Remoting (4)
metadata\wsdlwriter.cs (4)
557
if (
_targetNS
== null ||
_targetNS
.Length == 0)
585
sb.Append(
_targetNS
);
643
sb.Append(
_targetNS
);