8 references to _typeIndex
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Emitter.cs (8)
94Debug.Assert(_typeIndex.Count == 0); 100_typeIndex.Add(spec.TypeRef, spec); 126_typeIndex.Clear(); 418TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 473TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 754!_typeIndex.ContainsKey(property.PropertyType); 769TypeRef? nullableUnderlyingType = _typeIndex[property.PropertyType].NullableUnderlyingType; 1465TypeGenerationSpec propertyTypeSpec = _typeIndex[propertyGenSpec.PropertyType];