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