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