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