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