示例#1
0
 public AssemblyPathResolverCache()
 {
     assemblyPathName         = new List <AssemblyPathName>();
     assemblyParts            = new Dictionary <string, TargetPlatform>();
     assemblyNameDefinition   = new Dictionary <string, AssemblyName>();
     assemblyPathArchitecture = new Dictionary <string, TargetArchitecture>();
     assemblyFaildedResolver  = new UnresolvedAssembliesCollection();
 }
 public AssemblyPathResolverCache()
 {
     assemblyPathName = new List<AssemblyPathName>();
     assemblyParts = new Dictionary<string, TargetPlatform>();
     assemblyNameDefinition = new Dictionary<string, AssemblyName>();
     assemblyPathArchitecture = new Dictionary<string, TargetArchitecture>();
     assemblyFaildedResolver = new UnresolvedAssembliesCollection();
 }