4 references to methodImplList
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
666this.methodImplList.Add(methodImpl);
PEWriter\FullMetadataWriter.cs (1)
386this.methodImplList.Add(methodImplementation);
PEWriter\MetadataWriter.cs (2)
2585metadata.SetCapacity(TableIndex.MethodImpl, methodImplList.Count); 2587foreach (MethodImplementation methodImplementation in this.methodImplList)