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)
106get => _contract ??= (XmlSerializerImplementation)Activator.CreateInstance(GetTypeFromAssembly(_assembly!, "XmlSerializerContract"))!;