6 references to JsonUnknownTypeHandling
System.Text.Json.SourceGeneration (6)
JsonSourceGenerator.Emitter.cs (2)
1260
if (optionsSpec.UnknownTypeHandling is
JsonUnknownTypeHandling
unknownTypeHandling)
1452
private static string FormatUnknownTypeHandling(
JsonUnknownTypeHandling
commentHandling)
JsonSourceGenerator.Parser.cs (2)
284
JsonUnknownTypeHandling
? unknownTypeHandling = null;
388
unknownTypeHandling = (
JsonUnknownTypeHandling
)namedArg.Value.Value!;
Model\SourceGenerationOptionsSpec.cs (1)
57
public required
JsonUnknownTypeHandling
? UnknownTypeHandling { get; init; }
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
136
public
JsonUnknownTypeHandling
UnknownTypeHandling { get; set; }