1 write to _methodSpecIndex
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
126
_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)
165
sizes[(int)TableIndex.MethodSpec] =
_methodSpecIndex
.Rows.Count;
441
return MetadataTokens.MethodSpecificationHandle(
_methodSpecIndex
.GetOrAdd(reference));
446
return
_methodSpecIndex
.Rows;