1 write to _typeSpecIndex
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
125
_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)
182
sizes[(int)TableIndex.TypeSpec] =
_typeSpecIndex
.Rows.Count;
492
return MetadataTokens.TypeSpecificationHandle(
_typeSpecIndex
.GetOrAdd(reference));
497
return
_typeSpecIndex
.Rows;