8 references to _typeIndex
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Emitter.cs (8)
102
Debug.Assert(
_typeIndex
.Count == 0);
108
_typeIndex
.Add(spec.TypeRef, spec);
135
_typeIndex
.Clear();
427
TypeGenerationSpec valueTypeGenerationSpec =
_typeIndex
[typeGenerationSpec.CollectionValueType];
482
TypeGenerationSpec valueTypeGenerationSpec =
_typeIndex
[typeGenerationSpec.CollectionValueType];
834
!
_typeIndex
.ContainsKey(property.PropertyType);
849
TypeRef? nullableUnderlyingType =
_typeIndex
[property.PropertyType].NullableUnderlyingType;
1545
TypeGenerationSpec propertyTypeSpec =
_typeIndex
[propertyGenSpec.PropertyType];