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)
557if (_targetNS == null || _targetNS.Length == 0) 585sb.Append(_targetNS); 643sb.Append(_targetNS);