7 references to ShadowNonConcreteMethod
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\GenericLookupResult.cs (4)
453
return factory.
ShadowNonConcreteMethod
(instantiatedMethod);
572
return factory.
ShadowNonConcreteMethod
(instantiatedMethod);
639
return factory.
ShadowNonConcreteMethod
(instantiatedMethod);
735
return factory.
ShadowNonConcreteMethod
(instantiatedMethod);
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (1)
59
dependencies.Add(factory.
ShadowNonConcreteMethod
(_method), "GVM Dependency - shadow generic method");
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
67
dependencies.Add(factory.
ShadowNonConcreteMethod
(method), "Shadow generic reflectable method");
IL\ILImporter.Scanner.cs (1)
814
_dependencies.Add(_factory.
ShadowNonConcreteMethod
(concreteMethod), reason);