1 write to CollectionKeyType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
732
CollectionKeyType
= collectionKeyType,
4 references to CollectionKeyType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
326
TypeRef? collectionKeyType = typeGenerationSpec.
CollectionKeyType
;
468
Debug.Assert(typeGenerationSpec.
CollectionKeyType
!= null);
471
TypeRef keyType = typeGenerationSpec.
CollectionKeyType
;
Model\TypeGenerationSpec.cs (1)
137
return
CollectionKeyType
!.SpecialType is SpecialType.System_String &&