8 references to _typeIndex
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Emitter.cs (8)
103
Debug.Assert(
_typeIndex
.Count == 0);
109
_typeIndex
.Add(spec.TypeRef, spec);
134
_typeIndex
.Clear();
416
TypeGenerationSpec valueTypeGenerationSpec =
_typeIndex
[typeGenerationSpec.CollectionValueType];
472
TypeGenerationSpec valueTypeGenerationSpec =
_typeIndex
[typeGenerationSpec.CollectionValueType];
624
!
_typeIndex
.ContainsKey(property.PropertyType);
659
TypeRef? nullableUnderlyingType =
_typeIndex
[property.PropertyType].NullableUnderlyingType;
836
TypeGenerationSpec propertyTypeSpec =
_typeIndex
[propertyGenSpec.PropertyType];