2 writes to _assembly
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
44
_assembly
= assembly;
67
_assembly
= GenerateRefEmitAssembly(xmlMappings, types);
2 references to _assembly
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
88
if (
_assembly
== null)
105
get => _contract ??= (XmlSerializerImplementation)Activator.CreateInstance(GetTypeFromAssembly(
_assembly
!, "XmlSerializerContract"))!;