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