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