3 references to TempAssembly
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
329return new TempAssembly(new XmlMapping[] { xmlMapping }, new Type?[] { type }, defaultNamespace, location); 616tempAssembly = new TempAssembly(mappings, new Type?[] { type }, null, null); 735TempAssembly tempAssembly = new TempAssembly(pendingMappings, new Type[] { type }, null, null);