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)
236
if (
_tempAssembly
== null)
241
if (
_tempAssembly
== null)
267
s_cache.Add(defaultNamespace, type,
_tempAssembly
);
401
else if (
_tempAssembly
== null || _typedSerializer)
410
_tempAssembly
.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
502
else if (
_tempAssembly
== null || _typedSerializer)
510
return
_tempAssembly
.InvokeReader(_mapping, xmlReader, events, encodingStyle);
559
else if (
_tempAssembly
!= null)
561
return
_tempAssembly
.CanRead(_mapping, xmlReader);