5 references to methodImplList
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
759this.methodImplList.Add(methodImpl);
PEWriter\FullMetadataWriter.cs (1)
383this.methodImplList.Add(methodImplementation);
PEWriter\MetadataWriter.cs (3)
2617if (methodImplList.Count == 0) 2629metadata.SetCapacity(TableIndex.MethodImpl, methodImplList.Count); 2631foreach (MethodImplementation methodImplementation in methodImplList)