2 writes to _responseXmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
758
_responseXmlElementName
= ((MemberInfo)ReflectInfo).Name + "Response";
762
set {
_responseXmlElementName
= value; }
2 references to _responseXmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
757
if ((
_responseXmlElementName
== null) && (ReflectInfo != null))
759
return
_responseXmlElementName
;