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