4 references to GenerationMode
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (1)
396case nameof(JsonSourceGenerationOptionsAttribute.GenerationMode):
src\libraries\System.Text.Json\Common\JsonSerializableAttribute.cs (1)
42/// then the setting specified on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/> will be used.
src\libraries\System.Text.Json\Common\JsonSourceGenerationMode.cs (2)
13/// When specified on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/>, indicates that both type-metadata initialization logic 15/// indicates that the setting on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/> should be used.