2 references to GetMethodsOnTypeHierarchy
illink (2)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
969
foreach (var method in
GetMethodsOnTypeHierarchy
(systemTypeValue.RepresentedType, stringValue.Contents, bindingFlags))
1559
foreach (var method in
GetMethodsOnTypeHierarchy
(type, methodName, bindingFlags))