1 write to s_namespaceString
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2949s_namespaceString = newTable.Add("namespace");
5 references to s_namespaceString
System.Runtime.Remoting (5)
metadata\wsdlparser.cs (5)
764String ns = LookupAttribute(s_namespaceString, null, true); 989ns = LookupAttribute(s_namespaceString, null, true); 1445soapBody.namespaceUri = LookupAttribute(s_namespaceString, null, false); 1458soapHeader.namespaceUri = LookupAttribute(s_namespaceString, null, false); 1469soapFault.namespaceUri = LookupAttribute(s_namespaceString, null, false);