2 instantiations of SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (2)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
223
AddReturnValue(new
SystemReflectionMethodBaseValue
(methodHandle.RepresentedMethod));
TrimAnalysis\HandleCallAction.cs (1)
246
yield return new
SystemReflectionMethodBaseValue
(new MethodProxy(method));
9 references to SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (9)
RequiresDynamicCodeAnalyzer.cs (1)
85
if (methodValue is
SystemReflectionMethodBaseValue
methodBaseValue)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (6)
240
if (value is
SystemReflectionMethodBaseValue
methodBaseValue)
892
if (value is
SystemReflectionMethodBaseValue
methodBaseValue)
992
foreach (
var
method in GetMethodsOnTypeHierarchy(systemTypeValue.RepresentedType, stringValue.Contents, bindingFlags))
1376
if (methodValue is
SystemReflectionMethodBaseValue
methodBaseValue)
1646
foreach (
var
method in GetMethodsOnTypeHierarchy(type, methodName, bindingFlags))
1893
private partial IEnumerable<
SystemReflectionMethodBaseValue
> GetMethodsOnTypeHierarchy(TypeProxy type, string name, BindingFlags? bindingFlags);
src\runtime\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)
243
private partial IEnumerable<
SystemReflectionMethodBaseValue
> GetMethodsOnTypeHierarchy(TypeProxy type, string name, BindingFlags? bindingFlags)