1 write to RI
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
130RI = ri;
6 references to RI
mscorlib (6)
system\runtime\remoting\remotingattributes.cs (6)
137Object[] attrs = RI.GetCustomAttributes(typeof(SoapTypeAttribute), true); 145tempSoapAttr.SetReflectInfo(RI); 185_typeInfo = new TypeInfo(RI); 198_qualifiedTypeName = RemotingServices.DetermineDefaultQualifiedTypeName(RI); 210_assemblyName = RI.Module.Assembly.FullName; 223_simpleAssemblyName = RI.GetRuntimeAssembly().GetSimpleName();