2 overrides of GetMethodDefs
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
375
protected override IReadOnlyList<IMethodDefinition>
GetMethodDefs
()
PEWriter\FullMetadataWriter.cs (1)
191
protected override IReadOnlyList<IMethodDefinition>
GetMethodDefs
()
6 references to GetMethodDefs
Microsoft.CodeAnalysis (6)
PEWriter\MetadataWriter.cs (6)
1989
this.AddCustomAttributesToTable(
GetMethodDefs
(), def => GetMethodDefinitionHandle(def));
2146
foreach (IMethodDefinition methodDef in this.
GetMethodDefs
())
2444
foreach (IMethodDefinition methodDef in this.
GetMethodDefs
())
2560
var methodDefs = this.
GetMethodDefs
();
2852
var methods = this.
GetMethodDefs
();
2882
var methods = this.
GetMethodDefs
();