2 instantiations of SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
201AddReturnValue(new SystemReflectionMethodBaseValue(methodHandle.RepresentedMethod));
TrimAnalysis\HandleCallAction.cs (1)
244yield return new SystemReflectionMethodBaseValue(new MethodProxy(method));
9 references to SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (9)
RequiresDynamicCodeAnalyzer.cs (1)
85if (methodValue is SystemReflectionMethodBaseValue methodBaseValue)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (6)
218if (value is SystemReflectionMethodBaseValue methodBaseValue) 870if (value is SystemReflectionMethodBaseValue methodBaseValue) 970foreach (var method in GetMethodsOnTypeHierarchy(systemTypeValue.RepresentedType, stringValue.Contents, bindingFlags)) 1353if (methodValue is SystemReflectionMethodBaseValue methodBaseValue) 1560foreach (var method in GetMethodsOnTypeHierarchy(type, methodName, bindingFlags)) 1807private partial IEnumerable<SystemReflectionMethodBaseValue> GetMethodsOnTypeHierarchy(TypeProxy type, string name, BindingFlags? bindingFlags);
src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeMethodHandleValue.cs (1)
13/// This is the System.RuntimeMethodHandle equivalent to a <see cref="SystemReflectionMethodBaseValue"/> node.
TrimAnalysis\HandleCallAction.cs (1)
241private partial IEnumerable<SystemReflectionMethodBaseValue> GetMethodsOnTypeHierarchy(TypeProxy type, string name, BindingFlags? bindingFlags)