1 write to CollectionValueType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
932CollectionValueType = collectionValueType,
7 references to CollectionValueType
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (5)
382TypeRef? collectionValueType = typeGenerationSpec.CollectionValueType; 475Debug.Assert(typeGenerationSpec.CollectionValueType != null); 476TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 528Debug.Assert(typeGenerationSpec.CollectionValueType != null); 531TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType];
Model\TypeGenerationSpec.cs (2)
179CollectionValueType!.SpecialType is not SpecialType.System_Object; 183CollectionValueType!.SpecialType is not SpecialType.System_Object;