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