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