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)
162sizes[(int)TableIndex.TypeSpec] = _typeSpecIndex.Rows.Count; 471return MetadataTokens.TypeSpecificationHandle(_typeSpecIndex.GetOrAdd(reference)); 476return _typeSpecIndex.Rows;