File: _generated\6\PersistentServicesRegistryJsonContext.PropertyNames.g.cs
Web Access
Project: src\aspnetcore\src\Components\Components\src\Microsoft.AspNetCore.Components.csproj (Microsoft.AspNetCore.Components)
// <auto-generated/>
 
#nullable enable annotations
#nullable disable warnings
 
// Suppress warnings about [Obsolete] member usage in generated code.
#pragma warning disable CS0612, CS0618
 
namespace Microsoft.AspNetCore.Components.Infrastructure
{
    internal sealed partial class PersistentServicesRegistry
    {
        private sealed partial class PersistentServicesRegistryJsonContext
        {
            private static readonly global::System.Text.Json.JsonEncodedText PropName_assembly = global::System.Text.Json.JsonEncodedText.Encode("assembly");
            private static readonly global::System.Text.Json.JsonEncodedText PropName_fullTypeName = global::System.Text.Json.JsonEncodedText.Encode("fullTypeName");
        }
    }
}