2 writes to RI
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
272
RI
= ri;
277
RI
= ri;
7 references to RI
mscorlib (7)
system\runtime\remoting\remotingattributes.cs (7)
284
Object[] attrs =
RI
.GetCustomAttributes(typeof(SoapMethodAttribute), true);
292
tempSoapAttr.SetReflectInfo(
RI
);
322
MethodBase mb =
RI
;
334
_parameters =
RI
.GetParameters();
435
Object[] attrs =
RI
.GetCustomAttributes(typeof(OneWayAttribute), true);
456
MethodBase mb =
RI
;
491
MethodInfo mi =
RI
as MethodInfo;