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