1 write to _methodSpecIndex
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
125
_methodSpecIndex
= new InstanceAndStructuralReferenceIndex<IGenericMethodInstanceReference>(this, new MethodSpecComparer(this), lastRowId: sizes[(int)TableIndex.MethodSpec]);
3 references to _methodSpecIndex
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
164
sizes[(int)TableIndex.MethodSpec] =
_methodSpecIndex
.Rows.Count;
440
return MetadataTokens.MethodSpecificationHandle(
_methodSpecIndex
.GetOrAdd(reference));
445
return
_methodSpecIndex
.Rows;