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);
837
_tempAssembly
= tempAssembly;
9 references to _tempAssembly
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializer.cs (9)
236
if (
_tempAssembly
== null)
241
if (
_tempAssembly
== null)
267
s_cache.Add(defaultNamespace, type,
_tempAssembly
);
401
else if (
_tempAssembly
== null || _typedSerializer)
409
_tempAssembly
.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
501
else if (
_tempAssembly
== null || _typedSerializer)
509
return
_tempAssembly
.InvokeReader(_mapping, xmlReader, events, encodingStyle);
558
else if (
_tempAssembly
!= null)
560
return
_tempAssembly
.CanRead(_mapping, xmlReader);