5 references to IsNullableType
System.Text.Json.SourceGeneration (5)
Helpers\RoslynExtensions.cs (4)
284if (field.Type.IsNullableType()) 303if (property.Type.IsNullableType()) 322if (parameter.Type.IsNullableType()) 357Debug.Assert(inputType.IsNullableType());
JsonSourceGenerator.Parser.cs (1)
1286ignoreCondition = typeIgnoreCondition == JsonIgnoreCondition.WhenWritingNull && !memberType.IsNullableType()