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