1 write to CollectionValueType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
733CollectionValueType = collectionValueType,
7 references to CollectionValueType
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (5)
331TypeRef? collectionValueType = typeGenerationSpec.CollectionValueType; 415Debug.Assert(typeGenerationSpec.CollectionValueType != null); 416TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 469Debug.Assert(typeGenerationSpec.CollectionValueType != null); 472TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType];
Model\TypeGenerationSpec.cs (2)
134CollectionValueType!.SpecialType is not SpecialType.System_Object; 138CollectionValueType!.SpecialType is not SpecialType.System_Object;