Base:
method
GetMethods
Internal.TypeSystem.TypeDesc.GetMethods()
3 references to GetMethods
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
402
foreach (EcmaMethod method in ecmaType.
GetMethods
())
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
166
foreach (var methodDesc in type.
GetMethods
())
IBC\IBCProfileParser.cs (1)
411
foreach (MethodDesc method in ecmaType.
GetMethods
())