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