5 references to TempAssembly
System.Xml (5)
System\Xml\Serialization\XmlSerializer.cs (5)
259return new TempAssembly(new XmlMapping[] { xmlMapping }, new Type[] {type}, defaultNamespace, null, null); 263return new TempAssembly(new XmlMapping[] { xmlMapping }, new Type[] {type}, defaultNamespace, location, evidence); 482tempAssembly = new TempAssembly(mappings, new Type[] { type }, null, null, null); 537TempAssembly tempAssembly = new TempAssembly(pendingMappings, new Type[] { type }, null, null, null); 564TempAssembly tempAssembly = new TempAssembly(mappings, new Type[0], null, null, evidence);