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