1 write to CollectionKeyType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
806
CollectionKeyType
= collectionKeyType,
4 references to CollectionKeyType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
321
TypeRef? collectionKeyType = typeGenerationSpec.
CollectionKeyType
;
469
Debug.Assert(typeGenerationSpec.
CollectionKeyType
!= null);
472
TypeRef keyType = typeGenerationSpec.
CollectionKeyType
;
Model\TypeGenerationSpec.cs (1)
167
return
CollectionKeyType
!.SpecialType is SpecialType.System_String &&