6 references to JsonSourceGenerationMode
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
76
[JsonSerializable(typeof(Dictionary<string, byte[]>), GenerationMode =
JsonSourceGenerationMode
.Serialization)]
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
76
[JsonSerializable(typeof(Dictionary<string, byte[]>), GenerationMode =
JsonSourceGenerationMode
.Serialization)]
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
76
[JsonSerializable(typeof(Dictionary<string, byte[]>), GenerationMode =
JsonSourceGenerationMode
.Serialization)]
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonSerializableAttribute.cs (2)
41
/// Determines what the source generator should generate for the type. If the value is <see cref="
JsonSourceGenerationMode
.Default"/>,
44
public
JsonSourceGenerationMode
GenerationMode { get; set; }
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
168
public
JsonSourceGenerationMode
GenerationMode { get; set; }