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