7 references to _typeIndex
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (7)
102Debug.Assert(_typeIndex.Count == 0); 108_typeIndex.Add(spec.TypeRef, spec); 133_typeIndex.Clear(); 415TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 471TypeGenerationSpec valueTypeGenerationSpec = _typeIndex[typeGenerationSpec.CollectionValueType]; 648TypeRef? nullableUnderlyingType = _typeIndex[property.PropertyType].NullableUnderlyingType; 812TypeGenerationSpec propertyTypeSpec = _typeIndex[propertyGenSpec.PropertyType];