1 write to NullableUnderlyingType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
671
NullableUnderlyingType
= nullableUnderlyingType,
3 references to NullableUnderlyingType
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (3)
269
Debug.Assert(typeMetadata.
NullableUnderlyingType
!= null);
274
string underlyingTypeFQN = typeMetadata.
NullableUnderlyingType
.FullyQualifiedName;
648
TypeRef? nullableUnderlyingType = _typeIndex[property.PropertyType].
NullableUnderlyingType
;