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