7 writes to _tempAssembly
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (7)
191
_tempAssembly
= GenerateTempAssembly(xmlTypeMapping);
217
_tempAssembly
= s_cache[defaultNamespace, type];
222
_tempAssembly
= s_cache[defaultNamespace, type];
232
_tempAssembly
= GenerateTempAssembly(_mapping, type, defaultNamespace);
239
_tempAssembly
= new TempAssembly(new XmlMapping[] { _mapping }, assembly, contract);
270
_tempAssembly
= GenerateTempAssembly(_mapping, type, defaultNamespace, location);
753
_tempAssembly
= tempAssembly;
11 references to _tempAssembly
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (11)
218
if (
_tempAssembly
== null)
223
if (
_tempAssembly
== null)
242
s_cache.Add(defaultNamespace, type,
_tempAssembly
);
374
else if (
_tempAssembly
== null || _typedSerializer)
377
writer.Init(xmlWriter, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id,
_tempAssembly
);
388
_tempAssembly
.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
464
else if (
_tempAssembly
== null || _typedSerializer)
467
reader.Init(xmlReader, events, encodingStyle,
_tempAssembly
);
479
return
_tempAssembly
.InvokeReader(_mapping, xmlReader, events, encodingStyle);
514
else if (
_tempAssembly
!= null)
516
return
_tempAssembly
.CanRead(_mapping, xmlReader);