File: Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.ArrayList.g.cs
Project: ..\..\..\test\Shared\Shared.Tests.csproj (Shared.Tests)
// <auto-generated/>
 
#nullable enable annotations
#nullable disable warnings
 
// Suppress warnings about [Obsolete] member usage in generated code.
#pragma warning disable CS0612, CS0618
 
namespace Microsoft.Extensions.AI.JsonSchemaExporter
{
    public static partial class TestTypes
    {
        public partial class TestTypesContext
        {
            private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.ArrayList>? _ArrayList;
            
            /// <summary>
            /// Defines the source generated JSON serialization contract metadata for a given type.
            /// </summary>
            #nullable disable annotations // Marking the property type as nullable-oblivious.
            public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.ArrayList> ArrayList
            #nullable enable annotations
            {
                get => _ArrayList ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.ArrayList>)Options.GetTypeInfo(typeof(global::System.Collections.ArrayList));
            }
            
            private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.ArrayList> Create_ArrayList(global::System.Text.Json.JsonSerializerOptions options)
            {
                if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.ArrayList>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.ArrayList> jsonTypeInfo))
                {
                    var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.ArrayList>
                    {
                        ObjectCreator = () => new global::System.Collections.ArrayList(),
                        SerializeHandler = null
                    };
                    
                    jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIListInfo<global::System.Collections.ArrayList>(options, info);
                    jsonTypeInfo.NumberHandling = null;
                }
            
                jsonTypeInfo.OriginatingResolver = this;
                return jsonTypeInfo;
            }
        }
    }
}