2 references to GenerateTempAssembly
System.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (1)
244tempAssembly = GenerateTempAssembly(this.mapping, type, defaultNamespace, location, evidence);
System\Xml\Serialization\XmlSerializerFactory.cs (1)
139TempAssembly tempAssembly = XmlSerializer.GenerateTempAssembly(mapping, type, defaultNamespace, location, evidence);