3 references to GenerationMode
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (1)
453case 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)
144/// Specifies the default source generation mode for type declarations that don't set a <see cref="JsonSerializableAttribute.GenerationMode"/>.