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