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