5 references to imports
System.Xml (5)
System\Xml\Serialization\Compiler.cs (5)
36string[] array = new string[imports.Values.Count]; 37imports.Values.CopyTo(array, 0); 93imports[originalAssembly] = originalAssembly.Location; 96imports[assembly] = assembly.Location; 105imports[assembly] = assembly.Location;