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