2 instantiations of SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
201
AddReturnValue(new
SystemReflectionMethodBaseValue
(methodHandle.RepresentedMethod));
TrimAnalysis\HandleCallAction.cs (1)
244
yield return new
SystemReflectionMethodBaseValue
(new MethodProxy(method));
9 references to SystemReflectionMethodBaseValue
ILLink.RoslynAnalyzer (9)
RequiresDynamicCodeAnalyzer.cs (1)
85
if (methodValue is
SystemReflectionMethodBaseValue
methodBaseValue)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (6)
218
if (value is
SystemReflectionMethodBaseValue
methodBaseValue)
870
if (value is
SystemReflectionMethodBaseValue
methodBaseValue)
970
foreach (
var
method in GetMethodsOnTypeHierarchy(systemTypeValue.RepresentedType, stringValue.Contents, bindingFlags))
1353
if (methodValue is
SystemReflectionMethodBaseValue
methodBaseValue)
1560
foreach (
var
method in GetMethodsOnTypeHierarchy(type, methodName, bindingFlags))
1807
private 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)
241
private partial IEnumerable<
SystemReflectionMethodBaseValue
> GetMethodsOnTypeHierarchy(TypeProxy type, string name, BindingFlags? bindingFlags)