8 references to _typeIndex
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Emitter.cs (8)
113Debug.Assert(_typeIndex.Count == 0); 119_typeIndex.Add(spec.TypeRef, spec); 145_typeIndex.Clear(); 427TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 483TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 642!_typeIndex.ContainsKey(property.PropertyType); 657TypeRef? nullableUnderlyingType = _typeIndex[property.PropertyType].NullableUnderlyingType; 1353TypeGenerationSpec propertyTypeSpec = _typeIndex[propertyGenSpec.PropertyType];