5 references to JsonUnknownTypeHandling
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (2)
1168if (optionsSpec.UnknownTypeHandling is JsonUnknownTypeHandling unknownTypeHandling) 1346private static string FormatUnknownTypeHandling(JsonUnknownTypeHandling commentHandling)
JsonSourceGenerator.Parser.cs (2)
281JsonUnknownTypeHandling? unknownTypeHandling = null; 373unknownTypeHandling = (JsonUnknownTypeHandling)namedArg.Value.Value!;
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
121public JsonUnknownTypeHandling UnknownTypeHandling { get; set; }