System\Xml\Serialization\XmlSerializer.cs (7)
169tempAssembly = GenerateTempAssembly(xmlTypeMapping);
192tempAssembly = cache[defaultNamespace, type];
195tempAssembly = cache[defaultNamespace, type];
203tempAssembly = GenerateTempAssembly(this.mapping, type, defaultNamespace);
209tempAssembly = new TempAssembly(new XmlMapping[] { this.mapping }, assembly, contract);
244tempAssembly = GenerateTempAssembly(this.mapping, type, defaultNamespace, location, evidence);
718this.tempAssembly = tempAssembly;