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