1 write to CollectionValueType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
824CollectionValueType = collectionValueType,
7 references to CollectionValueType
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (5)
335TypeRef? collectionValueType = typeGenerationSpec.CollectionValueType; 426Debug.Assert(typeGenerationSpec.CollectionValueType != null); 427TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 479Debug.Assert(typeGenerationSpec.CollectionValueType != null); 482TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType];
Model\TypeGenerationSpec.cs (2)
164CollectionValueType!.SpecialType is not SpecialType.System_Object; 168CollectionValueType!.SpecialType is not SpecialType.System_Object;