1 instantiation of ResourceCollectionSerializerContext
Microsoft.AspNetCore.Components.Endpoints (1)
ResourceCollectionSerializerContext.g.cs (1)
30public static global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to ResourceCollectionSerializerContext
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\ResourceCollectionUrlEndpoint.cs (1)
100JsonSerializer.Serialize<IReadOnlyList<ResourceAsset>>(utf8Writer, resourceCollection, ResourceCollectionSerializerContext.Default.Options);
ResourceCollectionSerializerContext.g.cs (1)
30public static global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));