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