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