7 writes to _tempAssembly
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializer.cs (7)
203_tempAssembly = GenerateTempAssembly(xmlTypeMapping); 235_tempAssembly = s_cache[defaultNamespace, type]; 240_tempAssembly = s_cache[defaultNamespace, type]; 257_tempAssembly = GenerateTempAssembly(_mapping, type, defaultNamespace)!; 264_tempAssembly = new TempAssembly(new XmlMapping[] { _mapping }, assembly, contract); 285_tempAssembly = GenerateTempAssembly(_mapping, type, defaultNamespace, location); 838_tempAssembly = tempAssembly;
9 references to _tempAssembly
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializer.cs (9)
236if (_tempAssembly == null) 241if (_tempAssembly == null) 267s_cache.Add(defaultNamespace, type, _tempAssembly); 401else if (_tempAssembly == null || _typedSerializer) 410_tempAssembly.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id); 502else if (_tempAssembly == null || _typedSerializer) 510return _tempAssembly.InvokeReader(_mapping, xmlReader, events, encodingStyle); 559else if (_tempAssembly != null) 561return _tempAssembly.CanRead(_mapping, xmlReader);