8 references to _typeIndex
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Emitter.cs (8)
102Debug.Assert(_typeIndex.Count == 0); 108_typeIndex.Add(spec.TypeRef, spec); 135_typeIndex.Clear(); 427TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 482TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 834!_typeIndex.ContainsKey(property.PropertyType); 849TypeRef? nullableUnderlyingType = _typeIndex[property.PropertyType].NullableUnderlyingType; 1545TypeGenerationSpec propertyTypeSpec = _typeIndex[propertyGenSpec.PropertyType];