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