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