1 write to CollectionValueType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
744CollectionValueType = collectionValueType,
7 references to CollectionValueType
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (5)
342TypeRef? collectionValueType = typeGenerationSpec.CollectionValueType; 426Debug.Assert(typeGenerationSpec.CollectionValueType != null); 427TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 480Debug.Assert(typeGenerationSpec.CollectionValueType != null); 483TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType];
Model\TypeGenerationSpec.cs (2)
147CollectionValueType!.SpecialType is not SpecialType.System_Object; 151CollectionValueType!.SpecialType is not SpecialType.System_Object;