2 writes to _responseXmlNamespace
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
772
_responseXmlNamespace
= XmlNamespace;
776
set {
_responseXmlNamespace
= value; }
2 references to _responseXmlNamespace
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
771
if (
_responseXmlNamespace
== null)
773
return
_responseXmlNamespace
;