1 write to _typeSpecIndex
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
127
_typeSpecIndex
= new InstanceAndStructuralReferenceIndex<ITypeReference>(this, new TypeSpecComparer(this), lastRowId: sizes[(int)TableIndex.TypeSpec]);
3 references to _typeSpecIndex
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
161
sizes[(int)TableIndex.TypeSpec] =
_typeSpecIndex
.Rows.Count;
470
return MetadataTokens.TypeSpecificationHandle(
_typeSpecIndex
.GetOrAdd(reference));
475
return
_typeSpecIndex
.Rows;