3 writes to _encodedNS
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
6534_encodedNS = EncodeInterop(_namespace, parser); 6537_encodedNS = _namespace; 6632set{ _encodedNS = value;}
6 references to _encodedNS
System.Runtime.Remoting (6)
metadata\wsdlparser.cs (6)
6546Util.Log("URTNamespace.URTNamespace Exit name "+this.GetHashCode()+" "+name+" _namespace "+_namespace+" _assemName "+_assemName+" _encodedNS "+_encodedNS); 6631get{ return(_encodedNS);} 6656get{ return((Object) _namespace == (Object) _encodedNS);} 6944type.PrintCSC(textWriter, indentation, _encodedNS, sb); 6957type.PrintCSC(textWriter, indentation, _encodedNS, sb); 6965((URTInterface)_URTInterfaces[i]).PrintCSC(textWriter, indentation, _encodedNS, sb);