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)
218if (_tempAssembly == null) 223if (_tempAssembly == null) 242s_cache.Add(defaultNamespace, type, _tempAssembly); 374else if (_tempAssembly == null || _typedSerializer) 377writer.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); 464else if (_tempAssembly == null || _typedSerializer) 467reader.Init(xmlReader, events, encodingStyle, _tempAssembly); 479return _tempAssembly.InvokeReader(_mapping, xmlReader, events, encodingStyle); 514else if (_tempAssembly != null) 516return _tempAssembly.CanRead(_mapping, xmlReader);