5 references to IsNullableType
System.Text.Json.SourceGeneration (5)
Helpers\RoslynExtensions.cs (4)
691if (field.Type.IsNullableType()) 710if (property.Type.IsNullableType()) 729if (parameter.Type.IsNullableType()) 764Debug.Assert(inputType.IsNullableType());
JsonSourceGenerator.Parser.cs (1)
2151ignoreCondition = typeIgnoreCondition == JsonIgnoreCondition.WhenWritingNull && !memberType.IsNullableType()