1 write to ReflectInfo
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
894ReflectInfo = info;
14 references to ReflectInfo
mscorlib (14)
system\runtime\remoting\remotingattributes.cs (14)
589if ((_XmlElementName == null) && (ReflectInfo != null)) 590_XmlElementName = GetTypeName((Type)ReflectInfo); 606if ((ProtXmlNamespace == null) && (ReflectInfo != null)) 625if ((_XmlTypeName == null) && (ReflectInfo != null)) 626_XmlTypeName = GetTypeName((Type)ReflectInfo); 643if ((_XmlTypeNamespace == null) && (ReflectInfo != null)) 646XmlNamespaceEncoder.GetXmlNamespaceForTypeNamespace((RuntimeType)ReflectInfo, null); 716((MemberInfo)ReflectInfo).Name; // This will be the method name. 757if ((_responseXmlElementName == null) && (ReflectInfo != null)) 758_responseXmlElementName = ((MemberInfo)ReflectInfo).Name + "Response"; 799if (ReflectInfo != null) 801Type declaringType = ((MemberInfo)ReflectInfo).DeclaringType; 846if ((_xmlElementName == null) && (ReflectInfo != null)) 847_xmlElementName = ((FieldInfo)ReflectInfo).Name;