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