2 overrides of GetMethodSpecs
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
449protected override IReadOnlyList<IGenericMethodInstanceReference> GetMethodSpecs()
PEWriter\FullMetadataWriter.cs (1)
271protected override IReadOnlyList<IGenericMethodInstanceReference> GetMethodSpecs()
1 reference to GetMethodSpecs
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
2547var methodSpecs = this.GetMethodSpecs();