2 references to IsNullable
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
1119bool acceptsNull = parameter.IsNullable(); 2269IsNullable = parameterInfo.IsNullable(),