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