2 writes to Info
mscorlib (2)
system\appdomain.cs (2)
141
Info
=null;
179
Info
= itemInfo.ToArray();
5 references to Info
mscorlib (5)
system\appdomain.cs (5)
185
if (
Info
==null)
189
for (int i=0;i<
Info
.Length;i++)
191
Assembly assembly=Assembly.Load(
Info
[i].TargetTypeAssembly);
193
assembly.GetType(
Info
[i].TargetTypeName),
194
Info
[i].MethodName);