5 references to IsNullableType
System.Text.Json.SourceGeneration (5)
Helpers\RoslynExtensions.cs (4)
694if (field.Type.IsNullableType()) 713if (property.Type.IsNullableType()) 732if (parameter.Type.IsNullableType()) 767Debug.Assert(inputType.IsNullableType());
JsonSourceGenerator.Parser.cs (1)
2396ignoreCondition = typeIgnoreCondition == JsonIgnoreCondition.WhenWritingNull && !memberType.IsNullableType()