3 references to GenerationMode
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (1)
471
case nameof(JsonSerializableAttribute.
GenerationMode
):
src\libraries\System.Text.Json\Common\JsonSourceGenerationMode.cs (1)
14
/// and optimized serialization logic should be generated for all types. When specified on <see cref="JsonSerializableAttribute.
GenerationMode
"/>,
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
159
/// Specifies the default source generation mode for type declarations that don't set a <see cref="JsonSerializableAttribute.
GenerationMode
"/>.