1 write to CollectionKeyType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
743CollectionKeyType = collectionKeyType,
4 references to CollectionKeyType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
337TypeRef? collectionKeyType = typeGenerationSpec.CollectionKeyType; 479Debug.Assert(typeGenerationSpec.CollectionKeyType != null); 482TypeRef keyType = typeGenerationSpec.CollectionKeyType;
Model\TypeGenerationSpec.cs (1)
150return CollectionKeyType!.SpecialType is SpecialType.System_String &&