2 writes to _assembly
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
45
_assembly
= assembly;
68
_assembly
= GenerateRefEmitAssembly(xmlMappings, types);
1 reference to _assembly
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
106
get => _contract ??= (XmlSerializerImplementation)Activator.CreateInstance(GetTypeFromAssembly(
_assembly
!, "XmlSerializerContract"))!;