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)
165sizes[(int)TableIndex.MethodSpec] = _methodSpecIndex.Rows.Count; 441return MetadataTokens.MethodSpecificationHandle(_methodSpecIndex.GetOrAdd(reference)); 446return _methodSpecIndex.Rows;