1 write to CollectionValueType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
807CollectionValueType = collectionValueType,
7 references to CollectionValueType
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (5)
326TypeRef? collectionValueType = typeGenerationSpec.CollectionValueType; 417Debug.Assert(typeGenerationSpec.CollectionValueType != null); 418TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 470Debug.Assert(typeGenerationSpec.CollectionValueType != null); 473TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType];
Model\TypeGenerationSpec.cs (2)
164CollectionValueType!.SpecialType is not SpecialType.System_Object; 168CollectionValueType!.SpecialType is not SpecialType.System_Object;